Changeset 5f818ae for debian/rules


Ignore:
Timestamp:
2014-07-19T23:40:43Z (10 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
d203495
Parents:
d397000
Message:

Pass dpkg-buildflags to actual configure command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/rules

    rd397000 r5f818ae  
    3939
    4040        mkdir -p debian/build-native
    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)
     41        ROOT=$$PWD; cd debian/build-native; $(BITLBEE_CONFIGURE_VERSION) $(shell dpkg-buildflags --export=configure) $$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.