From e922aa72744af85d09b2e036f4324faa215f35d1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 22 Aug 2012 08:24:01 +0000 Subject: [PATCH] fix host header deps for classpath SVN-Revision: 33214 --- libs/classpath/patches/000-fix_include.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libs/classpath/patches/000-fix_include.patch 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) -- 2.30.2