blob: 6956b82432c8fee9028e890a200d1f049aecdf3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.4 2000/12/05 19:02:05 drochner Exp $
--- src/Makefile.in.orig Sun Nov 19 01:39:17 2000
+++ src/Makefile.in Tue Nov 28 11:07:23 2000
@@ -89,7 +89,7 @@
# supports elf binaries?
#
-yacas_LDFLAGS = -ldl -rdynamic
+yacas_LDFLAGS = -Wl,--export-dynamic
testnum_SOURCES = anumber.cpp grower.cpp lispstring.cpp stdstubs.cpp testnum.cpp mathutil.cpp
|