summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2012-05-27 19:50:45 +0800
committerAron Xu <aron@debian.org>2012-05-27 20:08:02 +0800
commiteffacb2759375ad926a47acd55d4caf48d1358aa (patch)
tree8dfce46e1fb04665596d699e79ea13e891d8f359 /debian/rules
parentdebe379f8eb62bdfa971f735ad15b0b983a0e077 (diff)
downloadlibxml2-effacb2759375ad926a47acd55d4caf48d1358aa.tar.gz
More changes on bug fixing.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index f4e7504..ab24f8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,7 @@ PYVERS=$(shell pyversions -s)
# The current default version of python
PYVER=$(shell pyversions -d)
-CFLAGS = `dpkg-buildflags --get CFLAGS`
-CFLAGS += -Wall
+CFLAGS = `dpkg-buildflags --get CFLAGS` -Wall
LDFLAGS = `dpkg-buildflags --get LDFLAGS` -Wl,--as-needed
CPPFLAGS = `dpkg-buildflags --get CPPFLAGS`