diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-26 18:46:06 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-26 18:46:06 +0000 |
commit | 48fd147498115e7682153b9ec28f4ab0065a845e (patch) | |
tree | 86b0d7876538f6c5f2e73a82020864ac10e9d020 /packages/popt/popt-1.13/iconv.patch | |
parent | f76280c3bdee25e5126d68f3891bb240b3cd1ce9 (diff) | |
parent | f7147e250bbe3dfc84913aa7a16d58026d98ae90 (diff) |
merge of '1ba445dfd1a9b934962a4db388d6ab641b3f74e8'
and '8f2da0702f522e178a88e3c2dd8f65e05d0680a7'
Diffstat (limited to 'packages/popt/popt-1.13/iconv.patch')
-rw-r--r-- | packages/popt/popt-1.13/iconv.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 |