]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- always build gcc jar wrapper.
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 6 Aug 2006 22:34:57 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-force_jar_wrapper.patch -> 1.1

gcc-force_jar_wrapper.patch [new file with mode: 0644]

diff --git a/gcc-force_jar_wrapper.patch b/gcc-force_jar_wrapper.patch
new file mode 100644 (file)
index 0000000..99ad585
--- /dev/null
@@ -0,0 +1,19 @@
+--- trunk/libjava/configure.ac.orig    2006-07-06 11:12:25.000000000 +0200
++++ trunk/libjava/configure.ac 2006-07-06 19:56:51.347768250 +0200
+@@ -143,14 +143,11 @@
+ AC_CHECK_TOOL(AR, ar)
+ AC_CHECK_TOOL(RANLIB, ranlib, :)
+ AC_PROG_AWK
+-AC_CHECK_PROGS([JAR], [jar fastjar], no)
+ AC_PATH_PROG([ZIP], [zip], no)
+ AC_PATH_PROG([UNZIP], [unzip], unzip)
+-AM_CONDITIONAL(BASH_JAR, test "$JAR" = no)
++AM_CONDITIONAL(BASH_JAR, /bin/true)
+ if test "$ZIP" = no; then
+-  if test "$JAR" = no; then
+-    AC_MSG_ERROR([cannot find neither zip nor jar, cannot continue])
+-  fi
++  AC_MSG_ERROR([cannot find zip, cannot continue])
+ else
+   # InfoZIP available, use the 'guaranteed' Bourne-shell JAR to build libjava
+   JAR=`pwd`/scripts/jar
This page took 0.061518 seconds and 4 git commands to generate.