pkgconf: always retain -I and -L flags
[openwrt/staging/jow.git] / tools / pkgconf / files / pkg-config
index fa1faccc6cf5166786b52f4bc03edd5cead6d88a..2c6fd08b4abf62d3a3a09b151bca8fa3ce1b9513 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
 
 pkg-config.real \
+--keep-system-cflags \
+--keep-system-libs \
 --define-variable=prefix="${STAGING_PREFIX}" \
 --define-variable=exec_prefix="${STAGING_PREFIX}" \
 --define-variable=bindir="${STAGING_PREFIX}/bin" "$@"