From 9f680b954540d9f76ecc0852745260d09f2419ef Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 1 Apr 2019 19:25:39 +0200 Subject: [PATCH 1/1] - updated opt patch --- libgeotiff-opt.patch | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libgeotiff-opt.patch b/libgeotiff-opt.patch index 69eb6e7..473b6a3 100644 --- a/libgeotiff-opt.patch +++ b/libgeotiff-opt.patch @@ -1,13 +1,11 @@ ---- 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" +--- libgeotiff-1.5.1/configure.ac.orig 2019-03-31 21:11:44.065069687 +0200 ++++ libgeotiff-1.5.1/configure.ac 2019-04-01 18:52:54.148794429 +0200 +@@ -81,7 +81,7 @@ + CFLAGS="$CFLAGS -g -DDEBUG -Wall" AC_MSG_RESULT(yes) else - CFLAGS="$CFLAGS -O3 -DNDEBUG" -- CXXFLAGS="$CXXFLAGS -O3 -DNDEBUG" + CFLAGS="$CFLAGS -DNDEBUG" -+ CXXFLAGS="$CXXFLAGS -DNDEBUG" AC_MSG_RESULT(no) fi -- 2.44.0