summaryrefslogtreecommitdiff
path: root/shells/scsh/patches/patch-ab
blob: 5ebe9c5314e92f996674e3bd63953356aa68ef87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.5 2004/04/21 12:08:10 dillo Exp $

--- configure.in.orig	Mon Mar 15 16:53:48 2004
+++ configure.in
@@ -269,6 +269,7 @@ AC_INIT(c/scheme48vm.c)
 
   ## NetBSD and FreeBSD ( and maybe 386BSD also)
   *-*-*bsd*|*-*-darwin* )
+  LDFLAGS="-Wl,--export-dynamic"
   dir=bsd
   SCSH_ELF
   ;;