diff options
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 95ad79af9..ac0621119 100755 --- a/debian/rules +++ b/debian/rules @@ -7,8 +7,8 @@ ifeq (zsh-beta,$(package)) snapshot_date := $(shell dpkg-parsechangelog | sed -n '/^Version: [0-9.][0-9.]*.*+20[0-9][0-9]\([0-9][0-9][0-9][0-9]\)-[0-9][0-9]*$$/ {s//\1/;p}') endif +DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk -export CFLAGS LDFLAGS CPPFLAGS H_LDFLAGS = $(LDFLAGS) CFLAGS += -Wall -g |