[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:45 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=28f1dbe

The following commit has been merged in the master branch:
commit 28f1dbe8b46f5584695dc39fbd68f56c1faa6f9f
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Jun 21 16:01:35 2006 +0000

    Removed -ansi option which caused problems with iotest on MinGW
---
 config/config.mk.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.mk.in b/config/config.mk.in
index c8eb50b..672652f 100644
--- a/config/config.mk.in
+++ b/config/config.mk.in
@@ -44,7 +44,7 @@ GXX = @GXX@
 # Common compiler flags (warnings, symbols [-ggdb], optimization [-O2], etc)
 CXXFLAGS = @CXXFLAGS@
 ifeq ($(GXX),yes)
-	CXXFLAGS += -ansi -pedantic -Wall -Wundef -Wcast-align -Wconversion -Wpointer-arith -Wformat-security -Wmissing-format-attribute -W
+	CXXFLAGS += -pedantic -Wall -Wundef -Wcast-align -Wconversion -Wpointer-arith -Wformat-security -Wmissing-format-attribute -W
 endif
 
 # Command to run only the preprocessor

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list