mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
516 B
Plaintext
16 lines
516 B
Plaintext
$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
|