From: Jo-Philipp Wich Date: Mon, 6 Dec 2010 23:21:39 +0000 (+0000) Subject: [packages] gettext: partly revert r24291, it totally broke the package build X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=f110d28a1d6fae7663f3c43ce27740089270eb06 [packages] gettext: partly revert r24291, it totally broke the package build SVN-Revision: 24294 --- diff --git a/libs/gettext/patches/002-gettext-autoconf-lib-link-no-L.patch b/libs/gettext/patches/002-gettext-autoconf-lib-link-no-L.patch deleted file mode 100644 index a145ce1f04..0000000000 --- a/libs/gettext/patches/002-gettext-autoconf-lib-link-no-L.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/gettext-runtime/gnulib-m4/lib-link.m4 -+++ b/gettext-runtime/gnulib-m4/lib-link.m4 -@@ -312,6 +312,9 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY], - fi - fi - fi -+ dnl Just let the compiler find the library, the compiler and user are smarter then this script -+ dnl when cross compiling and working with a relocated install. -+ found_dir="" - if test "X$found_dir" = "X"; then - for x in $LDFLAGS $LTLIB[]NAME; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) ---- a/gettext-tools/gnulib-m4/lib-link.m4 -+++ b/gettext-tools/gnulib-m4/lib-link.m4 -@@ -312,6 +312,9 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY], - fi - fi - fi -+ dnl Just let the compiler find the library, the compiler and user are smarter then this script -+ dnl when cross compiling and working with a relocated install. -+ found_dir="" - if test "X$found_dir" = "X"; then - for x in $LDFLAGS $LTLIB[]NAME; do - AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])