summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <jbj>2012-02-26 16:04:40 +0000
committerjbj <jbj>2012-02-26 16:04:40 +0000
commita2a61d2008adc994330dccaf4d8a2c916f0e9b75 (patch)
treefd809e9faf1caae7396b7e07188552ae2ad9b5f2
parent168eff2f3277fbad0b0c190792b8eb08dcfcabda (diff)
downloadlibpopt-a2a61d2008adc994330dccaf4d8a2c916f0e9b75.tar.gz
- macosx: needs $(INTLLIBS) explictly.rpm-5_4_7-release
-rw-r--r--CHANGES1
-rw-r--r--Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f7110a7..de18dc1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
1.17 -> 2.0:
+ - jbj: macosx: needs $(INTLLIBS) explictly.
- jbj: autofu: fix: MacPorts uses glibtool/gliboolize. test earlier.
- jbj: i18n: msgmerge (Translation Project).
- devzero2000: Enable many more gcc warnings for popt
diff --git a/Makefile.am b/Makefile.am
index 755e8a8..4a6d752 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
ACLOCAL_AMFLAGS = -I m4
AM_CPPFLAGS = -I. -I$(top_srcdir)
AM_CFLAGS = $(POPT_CFLAGS)
-AM_LDFLAGS = $(POPT_LDFLAGS)
+AM_LDFLAGS = $(POPT_LDFLAGS) $(INTLLIBS)
## begin configmake