pkgsrc/lang/cint/patches/patch-aa
dmcmahill 535996fe5c properly pass -Wl,--export-dynamic to the c compiler. Fixed recently noted
compile problems.  Note:  we need to be sure and use --export-dynamic instead
of -export-dynamic (2 dashes) for compatibility with a.out systems.
2000-07-22 23:11:17 +00:00

12 lines
419 B
Text

$NetBSD: patch-aa,v 1.2 2000/07/22 23:11:18 dmcmahill Exp $
--- platform/netbsd.orig Sat Oct 11 17:19:04 1997
+++ platform/netbsd Sat Nov 6 16:09:33 1999
@@ -19,7 +19,7 @@
CCDLLOPT = -fPIC
LDDLLOPT = -shared
OPTIMIZE = -O
-LDOPT = -lm -ltermcap -lbsd -ldl -rdynamic
+LDOPT = -lm -ltermcap -Wl,--export-dynamic
SYSMACRO = -DG__REGEXP -DG__SHAREDLIB -DG__OSFDLL
OTHMACRO =
SYSIPATH =