[med-svn] r2752 - trunk/packages/gdcm/trunk/debian
malat-guest at alioth.debian.org
malat-guest at alioth.debian.org
Fri Dec 5 10:55:53 UTC 2008
Author: malat-guest
Date: 2008-12-05 10:55:53 +0000 (Fri, 05 Dec 2008)
New Revision: 2752
Modified:
trunk/packages/gdcm/trunk/debian/rules
Log:
Remove the -Werror for now as it breaks the cmake configure step (at least on my system).
Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules 2008-12-05 10:26:40 UTC (rev 2751)
+++ trunk/packages/gdcm/trunk/debian/rules 2008-12-05 10:55:53 UTC (rev 2752)
@@ -21,7 +21,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-CFLAGS = -Werror -g
+CFLAGS = -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
More information about the debian-med-commit
mailing list