diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-07-20 01:21:13 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2014-07-20 01:21:13 +0200 |
commit | 3cabceca09cb2f9c75f8b1a88bf44b0dacef193d (patch) | |
tree | 8a39853a46095755ed001dfefe43b9cf6054427e | |
parent | ea2828ffbf38b73d781e7c5b27ec09b50c6caf1b (diff) |
Build with dpkg-flags, for hardening.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5f1f3ed2..07cd26d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ bitlbee (3.2.1+otr4-1.1) UNRELEASED; urgency=medium * Non-maintainer upload. * Bump standards version to 3.9.5 (no changes). * Remove obsolete DM-Upload-Allowed header. + * Build with dpkg-flags, for hardening. -- Jelmer Vernooij <jelmer@debian.org> Sun, 20 Jul 2014 01:19:30 +0200 diff --git a/debian/rules b/debian/rules index df977787..abba6f15 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ build-stamp: dh_testdir mkdir -p debian/build-native - ROOT=$$PWD; cd debian/build-native; $(BITLBEE_CONFIGURE_VERSION) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent --otr=$(BITLBEE_OTR) --skype=$(BITLBEE_SKYPE) $(BITLBEE_CONFIGURE_FLAGS) + $(shell dpkg-buildflags --export=configure) ROOT=$$PWD; cd debian/build-native; $(BITLBEE_CONFIGURE_VERSION) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent --otr=$(BITLBEE_OTR) --skype=$(BITLBEE_SKYPE) $(BITLBEE_CONFIGURE_FLAGS) $(MAKE) -C debian/build-native ifeq ($(BITLBEE_LIBPURPLE),1) |