[Pkg-kde-extras] Bug#667145: fix ftbfs with gcc 4.7
Matthias Klose
doko at debian.org
Tue Apr 17 12:27:19 UTC 2012
tags 667145 + patch
thanks
-------------- next part --------------
diff -Nru ctemplate-2.0/debian/changelog ctemplate-2.0/debian/changelog
--- ctemplate-2.0/debian/changelog 2012-02-18 05:38:00.000000000 +0000
+++ ctemplate-2.0/debian/changelog 2012-04-17 12:25:27.000000000 +0000
@@ -1,3 +1,10 @@
+ctemplate (2.0-1.1) unstable; urgency=low
+
+ * Non maintainer upload.
+ * Build with -fpermissive. Closes: #667145.
+
+ -- Matthias Klose <doko at debian.org> Tue, 17 Apr 2012 14:24:52 +0200
+
ctemplate (2.0-1) unstable; urgency=low
* New upstream release
diff -Nru ctemplate-2.0/debian/rules ctemplate-2.0/debian/rules
--- ctemplate-2.0/debian/rules 2011-10-09 08:59:34.000000000 +0000
+++ ctemplate-2.0/debian/rules 2012-04-17 12:24:48.000000000 +0000
@@ -2,5 +2,7 @@
export PTHREAD_CFLAGS=-lpthread
+export CXXFLAGS = $(shell dpkg-buildflags --get CFLAGS) -fpermissive
+
%:
dh $@ --parallel
More information about the pkg-kde-extras
mailing list