You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/man-db/files/man-db-2.9.3-darwin-libdb-i...

29 lines
733 B

libdb: link against libintl
necessary since gettext is used for translations
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
--- a/libdb/Makefile.am
+++ b/libdb/Makefile.am
@@ -43,7 +43,7 @@
db_xdbm.h \
mydbm.h
-libmandb_la_LIBADD = ../lib/libman.la $(DBLIBS)
+libmandb_la_LIBADD = ../lib/libman.la $(DBLIBS) $(LIBINTL)
libmandb_la_LDFLAGS = \
-avoid-version -release $(VERSION) -rpath $(pkglibdir) -no-undefined
--- a/libdb/Makefile.in
+++ b/libdb/Makefile.in
@@ -1541,7 +1541,7 @@
db_xdbm.h \
mydbm.h
-libmandb_la_LIBADD = ../lib/libman.la $(DBLIBS)
+libmandb_la_LIBADD = ../lib/libman.la $(DBLIBS) $(LIBINTL)
libmandb_la_LDFLAGS = \
-avoid-version -release $(VERSION) -rpath $(pkglibdir) -no-undefined