Changeset f329dfc
- Timestamp:
- 2014-10-05T20:33:51Z (10 years ago)
- Branches:
- master
- Children:
- 168d3bb
- Parents:
- e252d8c (diff), e01ff50 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
re252d8c rf329dfc 34 34 endif 35 35 36 CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) 37 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) 38 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) 39 40 CONFIGURE_OVERRIDES:=CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" 41 36 42 build: build-stamp 37 43 build-stamp: … … 39 45 40 46 mkdir -p debian/build-native 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)47 ROOT=$$PWD; cd debian/build-native; $(BITLBEE_CONFIGURE_VERSION) $(CONFIGURE_OVERRIDES) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent --otr=$(BITLBEE_OTR) --skype=$(BITLBEE_SKYPE) $(BITLBEE_CONFIGURE_FLAGS) 42 48 $(MAKE) -C debian/build-native 43 49 44 50 ifeq ($(BITLBEE_LIBPURPLE),1) 45 51 mkdir -p debian/build-libpurple 46 ROOT=$$PWD; cd debian/build-libpurple; $(BITLBEE_CONFIGURE_VERSION) $( shell dpkg-buildflags --export=configure) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --purple=1 $(BITLBEE_CONFIGURE_FLAGS)52 ROOT=$$PWD; cd debian/build-libpurple; $(BITLBEE_CONFIGURE_VERSION) $(CONFIGURE_OVERRIDES) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --purple=1 $(BITLBEE_CONFIGURE_FLAGS) 47 53 $(MAKE) -C debian/build-libpurple 48 54 endif
Note: See TracChangeset
for help on using the changeset viewer.