Changeset 8d7b0a4


Ignore:
Timestamp:
2018-04-11T01:49:27Z (6 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
f8d2cff
Parents:
8c4af56e
git-author:
dequis <dx@…> (11-04-18 01:42:45)
git-committer:
dequis <dx@…> (11-04-18 01:49:27)
Message:

debian: add ${DEB_HOST_MULTIARCH} to pkgconfig install path

Fixes lintian pkg-config-unavailable-for-cross-compilation

Location:
debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debian/changelog

    r8c4af56e r8d7b0a4  
    88  * Add existence check to chmod call in bitlbee-common.postinst
    99    (Closes: #816200).
     10
     11  [ dequis ]
     12  * Fix lintian pkg-config-unavailable-for-cross-compilation
    1013
    1114 -- dequis <dx@dxzone.com.ar>  Mon, 19 Mar 2018 22:18:43 -0300
  • debian/rules

    r8c4af56e r8d7b0a4  
    4545
    4646        mkdir -p debian/build-native
    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) --systemdsystemunitdir=/lib/systemd/system $(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) --systemdsystemunitdir=/lib/systemd/system --pcdir=/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig $(BITLBEE_CONFIGURE_FLAGS)
    4848        $(MAKE) -C debian/build-native
    4949
    5050ifeq ($(BITLBEE_LIBPURPLE),1)
    5151        mkdir -p debian/build-libpurple
    52         ROOT=$$PWD; cd debian/build-libpurple; $(BITLBEE_CONFIGURE_VERSION) $(CONFIGURE_OVERRIDES) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --systemdsystemunitdir=/lib/systemd/system --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 --systemdsystemunitdir=/lib/systemd/system --pcdir=/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig --purple=1 $(BITLBEE_CONFIGURE_FLAGS)
    5353        $(MAKE) -C debian/build-libpurple
    5454endif
Note: See TracChangeset for help on using the changeset viewer.