[Pkg-silc-commits] r321 - /silc-client/trunk/debian/rules

micah at users.alioth.debian.org micah at users.alioth.debian.org
Mon Oct 13 21:46:25 UTC 2008


Author: micah
Date: Mon Oct 13 21:46:25 2008
New Revision: 321

URL: http://svn.debian.org/wsvn/pkg-silc/?sc=1&rev=321
Log:
probably better to add the -g this way

Modified:
    silc-client/trunk/debian/rules

Modified: silc-client/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-silc/silc-client/trunk/debian/rules?rev=321&op=diff
==============================================================================
--- silc-client/trunk/debian/rules (original)
+++ silc-client/trunk/debian/rules Mon Oct 13 21:46:25 2008
@@ -7,6 +7,8 @@
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CFLAGS = -g
 
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	INSTALL_PROGRAM += -s
@@ -31,7 +33,7 @@
 		--build=$(DEB_BUILD_GNU_TYPE) \
 		--enable-ipv6 \
 		--with-perl=no \
-		CFLAGS="$(CFLAGS) -g" \
+		CFLAGS="$(CFLAGS)" \
 		LDFLAGS="-Wl,-z,defs"
 	touch configure-stamp
 
@@ -57,7 +59,7 @@
 		--with-silc-plugin \
 		--with-pic \
 		--without-pthreads \
-		CFLAGS="$(CFLAGS) -g"
+		CFLAGS="$(CFLAGS)"
 	touch configure-irssi-plugin-stamp
 
 build: build-stamp




More information about the Pkg-silc-commits mailing list