rev 3970 - trunk/packages/wv2/debian

Christopher Martin chrsmrtn at costa.debian.org
Sun Jun 18 19:38:45 UTC 2006


Author: chrsmrtn
Date: 2006-06-18 19:38:44 +0000 (Sun, 18 Jun 2006)
New Revision: 3970

Modified:
   trunk/packages/wv2/debian/rules
Log:
Use --disable-debug instead of a CFLAG.


Modified: trunk/packages/wv2/debian/rules
===================================================================
--- trunk/packages/wv2/debian/rules	2006-06-18 15:46:27 UTC (rev 3969)
+++ trunk/packages/wv2/debian/rules	2006-06-18 19:38:44 UTC (rev 3970)
@@ -8,7 +8,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-OPTFLAGS = -Wall -g -DNDEBUG
+OPTFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	OPTFLAGS += -O0
@@ -29,6 +29,7 @@
 	# Add here commands to configure the package.
 	CFLAGS="$(OPTFLAGS)" CXXFLAGS="$(OPTFLAGS)" ./configure \
 	--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+	--disable-debug \
 	--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
 	touch configure-stamp




More information about the pkg-kde-commits mailing list