[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_4.0.4-1-5-g9a9c519



The following commit has been merged in the master branch:
commit 3ff3edc8f3312ee7ab8de2bccbbfd92e12008420
Author: Rene Engelhard <rene@rene-engelhard.de>
Date:   Wed Jun 19 20:56:34 2013 +0200

    debian/patches/gcj-safe-jni-h-include.diff: remove bogus -I...

diff --git a/changelog b/changelog
index f0c2614..124db1f 100644
--- a/changelog
+++ b/changelog
@@ -1,5 +1,7 @@
 libreoffice (1:4.0.4-2) UNRELEASED; urgency=low
 
+  * debian/patches/gcj-safe-jni-h-include.diff: remove bogus -I...
+
   * debian/rules:
     - fix JAVA_MAINVER setting to actually set 6 for mips(el) and not
       for ia64. 
diff --git a/patches/gcj-safe-jni-h-include.diff b/patches/gcj-safe-jni-h-include.diff
index b3acb69..5524dc3 100644
--- a/patches/gcj-safe-jni-h-include.diff
+++ b/patches/gcj-safe-jni-h-include.diff
@@ -5,7 +5,7 @@
          save_CFLAGS=$CFLAGS
          save_LDFLAGS=$LDFLAGS
 -        CFLAGS="$CFLAGS -I$JAVA_HOME/include"
-+        GCJ_JNI_INCLUDE=`-I$JAVA_HOME/bin/gcj --print-file-name include/jni.h | $SED -e s,\/jni.h,,g`
++        GCJ_JNI_INCLUDE=`$JAVA_HOME/bin/gcj --print-file-name include/jni.h | $SED -e s,\/jni.h,,g`
 +        CFLAGS="$CFLAGS -I$JAVA_HOME/include $GCJ_JNI_INCLUDE"
          LDFLAGS="$LDFLAGS -L$JAVA_HOME/lib -lgcj"
          exec 6>/dev/null # no output

-- 
LibreOffice packaging repository


Reply to: