Set PKG_CONFIG_PATH to the optified equivalent of the default pkgconfig path.

Needed for building against the current version of libneon27-gnutls-dev.
This commit is contained in:
Ove Kåven 2011-06-19 18:59:38 +02:00
parent 60630e43d2
commit 9f31481e45

4
debian/rules vendored
View file

@ -31,6 +31,10 @@ LDFLAGS = -Wl,--as-needed
export CFLAGS
export LDFLAGS
# some optified -dev packages may forget the symlink
PKG_CONFIG_PATH=/opt/maemo/usr/lib/pkgconfig
export PKG_CONFIG_PATH
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CONFIGURE_FLAGS += CXXFLAGS="-g -O0"
endif