summaryrefslogtreecommitdiff
path: root/shells/scsh/patches/patch-ab
blob: 00d0f13c389735b14208e94b560d58e1090be89b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.4 2003/06/26 14:51:00 dillo Exp $

--- configure.in.orig	Fri Dec 13 16:22:13 2002
+++ configure.in
@@ -267,6 +267,7 @@ AC_INIT(c/scheme48vm.c)
 
   ## NetBSD and FreeBSD ( and maybe 386BSD also)
   *-*-*bsd*|*-*-darwin* )
+  LDFLAGS="-Wl,--export-dynamic"
   dir=bsd
   SCSH_ELF
   ;;