blob: e93cc4b5f5a6f6fd3b547109155961b6dd6d7cf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-af,v 1.1 2003/07/07 13:56:27 seb Exp $
--- progs/japhar/Makefile.am.orig 1999-03-01 21:16:44.000000000 +0100
+++ progs/japhar/Makefile.am
@@ -1,9 +1,7 @@
## Process this file with automake to produce Makefile.in
-LDFLAGS=-export-dynamic
-
# we need this since jni includes some c++ source.
-LINK = $(LIBTOOL) --mode=link $(CXX) $(CFLAGS) $(LDFLAGS) -o $@
+LINK = $(LIBTOOL) --mode=link $(CXX) $(CFLAGS) -export-dynamic $(LDFLAGS) -o $@
if NEED_ZLIB
ZLIB = $(top_builddir)/lib/zlib/libzlib.la
|