Changeset 3cabcec for debian/rules


Ignore:
Timestamp:
2014-07-19T23:21:13Z (10 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
0d8add8a
Parents:
ea2828f
Message:

Build with dpkg-flags, for hardening.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/rules

    rea2828f r3cabcec  
    3939
    4040        mkdir -p debian/build-native
    41         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)
     41        $(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)
    4242        $(MAKE) -C debian/build-native
    4343
Note: See TracChangeset for help on using the changeset viewer.