summaryrefslogtreecommitdiff
path: root/shells/scsh/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'shells/scsh/patches/patch-ai')
-rw-r--r--shells/scsh/patches/patch-ai10
1 files changed, 10 insertions, 0 deletions
diff --git a/shells/scsh/patches/patch-ai b/shells/scsh/patches/patch-ai
new file mode 100644
index 00000000000..334e80cf5d3
--- /dev/null
+++ b/shells/scsh/patches/patch-ai
@@ -0,0 +1,10 @@
+$NetBSD: patch-ai,v 1.1 2000/05/20 23:05:40 dmcmahill Exp $
+
+--- configure.in.orig Sat May 20 17:07:20 2000
++++ configure.in Sat May 20 17:20:50 2000
+@@ -292,4 +292,5 @@
+ ## NetBSD and FreeBSD ( and maybe 386BSD also)
+ *-*-*bsd* )
++ LDFLAGS="-Wl,--export-dynamic"
+ dir=bsd
+ ;;