summaryrefslogtreecommitdiffstats
path: root/package/pkgconf/pkg-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/pkgconf/pkg-config.in')
-rw-r--r--package/pkgconf/pkg-config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pkgconf/pkg-config.in b/package/pkgconf/pkg-config.in
new file mode 100644
index 000000000..25a536b0e
--- /dev/null
+++ b/package/pkgconf/pkg-config.in
@@ -0,0 +1,2 @@
+#!/bin/sh
+PKG_CONFIG_LIBDIR=${PKG_CONFIG_LIBDIR:-@PKG_CONFIG_LIBDIR@} PKG_CONFIG_SYSROOT_DIR=${PKG_CONFIG_SYSROOT_DIR:-@STAGING_DIR@} $(dirname $0)/pkgconf $@