diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-02-16 10:03:32 -0500 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-02-16 10:03:32 -0500 |
commit | d512927cbf42dc9a3302ecac790a18d397ea012f (patch) | |
tree | 2d624d29a763e5f9ae9b618148cfc6063e6cd50e /packages/popt/popt-1.13/iconv.patch | |
parent | 68e1ea7aeddc4f7efc621558dfd424cd2fe22674 (diff) | |
parent | 3fe1150b7afa91ee59dfa6346c1f7387638b7817 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/popt/popt-1.13/iconv.patch')
-rw-r--r-- | packages/popt/popt-1.13/iconv.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/popt/popt-1.13/iconv.patch b/packages/popt/popt-1.13/iconv.patch deleted file mode 100644 index 4faf4c4a1d..0000000000 --- a/packages/popt/popt-1.13/iconv.patch +++ /dev/null @@ -1,25 +0,0 @@ -Index: popt-1.13/Makefile.am -=================================================================== ---- popt-1.13.orig/Makefile.am 2007-11-14 20:42:27.000000000 +0000 -+++ popt-1.13/Makefile.am 2008-03-26 22:14:05.000000000 +0000 -@@ -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 -Index: popt-1.13/configure.ac -=================================================================== ---- popt-1.13.orig/configure.ac 2007-11-14 20:42:27.000000000 +0000 -+++ popt-1.13/configure.ac 2008-03-26 22:20:16.000000000 +0000 -@@ -95,6 +95,7 @@ - AC_CHECK_FUNCS(getuid geteuid mtrace __secure_getenv setregid strerror iconv) - - AM_GNU_GETTEXT([external]) -+AM_ICONV_LINK - - popt_sysconfdir="${sysconfdir}" - eval "popt_sysconfdir=\"${popt_sysconfdir}\"" # expand contained ${prefix} |