From: John Crispin Date: Wed, 22 Aug 2012 08:24:01 +0000 (+0000) Subject: fix host header deps for classpath X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e922aa72744af85d09b2e036f4324faa215f35d1;p=openwrt%2Fsvn-archive%2Fpackages.git fix host header deps for classpath SVN-Revision: 33214 --- diff --git a/libs/classpath/patches/000-fix_include.patch b/libs/classpath/patches/000-fix_include.patch new file mode 100644 index 000000000..214e13284 --- /dev/null +++ b/libs/classpath/patches/000-fix_include.patch @@ -0,0 +1,14 @@ +Index: classpath-0.98/configure.ac +=================================================================== +--- classpath-0.98.orig/configure.ac 2009-02-06 00:26:08.000000000 +0100 ++++ classpath-0.98/configure.ac 2012-08-22 10:18:53.325876508 +0200 +@@ -762,8 +762,7 @@ + dnl change the name of the corresponding ac_ variable on lines 860... + if test "x${COMPILE_GMP}" = xyes; then + AC_CHECK_LIB(gmp, __gmpz_mul_si, +- [GMP_CFLAGS=-I/usr/include +- GMP_LIBS=-lgmp ], ++ [GMP_LIBS=-lgmp ], + [GMP_CFLAGS= + GMP_LIBS= ]) + AC_SUBST(GMP_CFLAGS)