2013-09-26 17:14:40 +02:00

20 lines
481 B
Plaintext

$NetBSD: patch-ai,v 1.1.1.1 2003/05/15 21:02:16 salo Exp $
--- configure.orig 2003-05-15 14:21:40.000000000 +0200
+++ configure 2003-05-15 14:26:34.000000000 +0200
@@ -3921,12 +3921,12 @@
done
if test "$lpe_LDFLAGS" != ""
then
- lpe_LDFLAGS="-export-dynamic $lpe_LDFLAGS"
+ lpe_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS} $lpe_LDFLAGS"
fi
else
if test "$MODES" != ""
then
- lpe_LDFLAGS="-export-dynamic"
+ lpe_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
fi
fi