r16513 - /desktop/unstable/vte/debian/rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Jul 11 15:46:04 UTC 2008


Author: lool
Date: Fri Jul 11 15:46:04 2008
New Revision: 16513

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16513
Log:
Use CFLAGS_$(udeb) and only append -Os; other flags are already set implicitely
or explicitely.

Modified:
    desktop/unstable/vte/debian/rules

Modified: desktop/unstable/vte/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/rules?rev=16513&op=diff
==============================================================================
--- desktop/unstable/vte/debian/rules (original)
+++ desktop/unstable/vte/debian/rules Fri Jul 11 15:46:04 2008
@@ -33,6 +33,8 @@
 DEB_DESTDIR := $(CURDIR)/debian/tmp/main
 DEB_DESTDIR_$(udeb) := $(CURDIR)/debian/tmp/udeb
 
+CFLAGS_$(udeb) += -Os
+
 DEB_DH_INSTALL_ARGS = --sourcedir=$(if $(findstring $(udeb),$(cdbs_curpkg)),$(DEB_DESTDIR_$(udeb)),$(DEB_DESTDIR))
 
 ######
@@ -49,7 +51,6 @@
 	cd $(DEB_BUILDDIR_$(udeb)) && \
 		PKG_CONFIG_PATH=pkg-config \
 		$(DEB_CONFIGURE_SCRIPT_ENV) \
-		CFLAGS="-g -Wall -Os -fomit-frame-pointer" \
 			$(DEB_CONFIGURE_SCRIPT) \
 				$(DEB_CONFIGURE_NORMAL_ARGS) \
 				$(udeb_configure_flags) \




More information about the pkg-gnome-commits mailing list