From 5064915a62b2c6535caed2f2f6a67e02430efb9f Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Tue, 25 Mar 2008 20:59:41 +0000 Subject: pop-1.13: fix uclibc builds * add iconv.patch so libpopt.la finds all symbols even for libicionv * bump pr --- packages/popt/popt-1.13/iconv.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/popt/popt-1.13/iconv.patch (limited to 'packages/popt/popt-1.13/iconv.patch') diff --git a/packages/popt/popt-1.13/iconv.patch b/packages/popt/popt-1.13/iconv.patch new file mode 100644 index 0000000000..83c70b0560 --- /dev/null +++ b/packages/popt/popt-1.13/iconv.patch @@ -0,0 +1,13 @@ +Index: popt-1.13/Makefile.am +=================================================================== +--- popt-1.13.orig/Makefile.am 2008-03-25 21:51:12.000000000 +0100 ++++ popt-1.13/Makefile.am 2008-03-25 21:51:42.000000000 +0100 +@@ -39,7 +39,7 @@ + usrlib_LTLIBRARIES = libpopt.la + + libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c poptint.c +-libpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@ ++libpopt_la_LDFLAGS = -no-undefined @LTLIBINTL@ @LTLIBICONV@ + + if HAVE_LD_VERSION_SCRIPT + libpopt_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libpopt.vers -- cgit v1.2.3