summaryrefslogtreecommitdiffstats
path: root/package/pkgconfig
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2007-03-13 22:59:59 +0000
committerEric Andersen <andersen@codepoet.org>2007-03-13 22:59:59 +0000
commit85d7f6f05f87b52a56b603c95e68498f04877f64 (patch)
tree5a3ca2b8e415e92f331976457635fa28ac037ba3 /package/pkgconfig
parent0c47ba4dd7ee27bbd6bc5fb805bf344ec2e0d9af (diff)
downloadbuildroot-novena-85d7f6f05f87b52a56b603c95e68498f04877f64.tar.gz
buildroot-novena-85d7f6f05f87b52a56b603c95e68498f04877f64.zip
fixup package LDFLAGS handling
Diffstat (limited to 'package/pkgconfig')
-rw-r--r--package/pkgconfig/pkgconfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pkgconfig/pkgconfig.mk b/package/pkgconfig/pkgconfig.mk
index c86f78e54..b5f34dd69 100644
--- a/package/pkgconfig/pkgconfig.mk
+++ b/package/pkgconfig/pkgconfig.mk
@@ -23,6 +23,8 @@ $(PKGCONFIG_DIR)/.unpacked: $(DL_DIR)/$(PKGCONFIG_SOURCE)
$(PKGCONFIG_DIR)/.configured: $(PKGCONFIG_DIR)/.unpacked
(cd $(PKGCONFIG_DIR); rm -rf config.cache; \
+ CFLAGS="$(TARGET_CFLAGS)" \
+ LDFLAGS="$(TARGET_LDFLAGS)" \
./configure \
--prefix=/usr \
--exec-prefix=/usr \