]> git.pld-linux.org Git - packages/libgeotiff.git/blobdiff - libgeotiff-opt.patch
- updated to 1.3.0 (new soname)
[packages/libgeotiff.git] / libgeotiff-opt.patch
diff --git a/libgeotiff-opt.patch b/libgeotiff-opt.patch
new file mode 100644 (file)
index 0000000..69eb6e7
--- /dev/null
@@ -0,0 +1,13 @@
+--- libgeotiff-1.3.0/configure.ac.orig 2009-11-02 16:37:11.000000000 +0100
++++ libgeotiff-1.3.0/configure.ac      2010-06-20 09:54:26.607446450 +0200
+@@ -84,8 +84,8 @@
+     CXXFLAGS="$CXXFLAGS -g -DDEBUG -Wall -Wno-long-long -pedantic -std=c++98"
+     AC_MSG_RESULT(yes)
+ else
+-    CFLAGS="$CFLAGS -O3 -DNDEBUG"
+-    CXXFLAGS="$CXXFLAGS -O3 -DNDEBUG"
++    CFLAGS="$CFLAGS -DNDEBUG"
++    CXXFLAGS="$CXXFLAGS -DNDEBUG"
+     AC_MSG_RESULT(no)
+ fi
This page took 0.115921 seconds and 4 git commands to generate.