[pkg-wpa-devel] r1831 - /wpa/trunk/debian/rules
slh-guest at users.alioth.debian.org
slh-guest at users.alioth.debian.org
Mon Dec 30 23:54:50 UTC 2013
Author: slh-guest
Date: Mon Dec 30 23:54:50 2013
New Revision: 1831
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1831
Log:
drop hardening from the udeb, it makes the binary by about 6% to 10% larger
and the buildflags globbing is plain ugly.
Modified:
wpa/trunk/debian/rules
Modified: wpa/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/rules?rev=1831&op=diff
==============================================================================
--- wpa/trunk/debian/rules (original)
+++ wpa/trunk/debian/rules Mon Dec 30 23:54:50 2013
@@ -10,7 +10,7 @@
DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_CFLAGS_MAINT_APPEND DEB_CXXFLAGS_MAINT_APPEND DEB_LDFLAGS_MAINT_APPEND
-UCFLAGS = -MMD -Wall $(shell dpkg-buildflags --get CFLAGS | sed s/[\ \t]*\-O[0-9s][\ \t]*/\ \-Os\ /) -fPIC $(shell dpkg-buildflags --get CPPFLAGS)
+UCFLAGS = -MMD -Wall -g -Os
BINDIR = /sbin
V = 1
More information about the Pkg-wpa-devel
mailing list