Redefine prefix and exec_prefix for pkg config files instead of libdir and
[openwrt.git] / tools / pkg-config / files / pkg-config
index 31cfd0d..a3d7370 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-pkg-config.real $@ --define-variable=libdir=${STAGING_DIR}/usr/lib --define-variable=includedir=${STAGING_DIR}/usr/include
+pkg-config.real $@ --define-variable=prefix=${STAGING_DIR}/usr/ --define-variable=exec_prefix=${STAGING_DIR}/usr/
This page took 0.024448 seconds and 4 git commands to generate.