[oe-commits] org.oe.dev Fix glibc build of popt-1.13

utx commit oe at amethyst.openembedded.net
Wed Mar 26 22:31:30 UTC 2008


Fix glibc build of popt-1.13
* use AM_ICONV_LINK in iconv.patch

Author: utx at openembedded.org
Branch: org.openembedded.dev
Revision: 574e65dc4315f62dd912ceca4784d203ccc5fae0
ViewMTN: http://monotone.openembedded.org/revision/info/574e65dc4315f62dd912ceca4784d203ccc5fae0
Files:
1
packages/popt/popt-1.13/iconv.patch
Diffs:

#
# mt diff -r599433cb8b718460bb75911904b246aa37cfa27d -r574e65dc4315f62dd912ceca4784d203ccc5fae0
#
#
#
# patch "packages/popt/popt-1.13/iconv.patch"
#  from [23d54fbb7fb516c0d61f621ae838e276e4208a89]
#    to [68bb8ae7d824d2897fe22763573e2f97640acdd2]
#
============================================================
--- packages/popt/popt-1.13/iconv.patch	23d54fbb7fb516c0d61f621ae838e276e4208a89
+++ packages/popt/popt-1.13/iconv.patch	68bb8ae7d824d2897fe22763573e2f97640acdd2
@@ -1,7 +1,7 @@ Index: popt-1.13/Makefile.am
 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
+--- 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
  
@@ -11,3 +11,15 @@ Index: popt-1.13/Makefile.am
  
  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}






More information about the Openembedded-commits mailing list