Changeset d203495 for debian


Ignore:
Timestamp:
2014-07-19T23:55:24Z (10 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
778ea8a
Parents:
5f818ae
Message:

Allow LDFLAGS to be provided in the environment and consistently use $(LDFLAGS)
when linking (not partially linking).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/rules

    r5f818ae rd203495  
    4444ifeq ($(BITLBEE_LIBPURPLE),1)
    4545        mkdir -p debian/build-libpurple
    46         ROOT=$$PWD; cd debian/build-libpurple; $(BITLBEE_CONFIGURE_VERSION) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --purple=1 $(BITLBEE_CONFIGURE_FLAGS)
     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)
    4747        $(MAKE) -C debian/build-libpurple
    4848endif
Note: See TracChangeset for help on using the changeset viewer.