diff options
author | John Crispin <blogic@openwrt.org> | 2007-10-06 23:50:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-10-06 23:50:47 +0000 |
commit | cad1b620581f190548505014c91c17729fabac94 (patch) | |
tree | 0303d290259245f16a5feb334bf9f75a27b213e9 /tools/pkg-config/files | |
parent | 0b3ef78e450af9522061644d7a27e413b0a9cec2 (diff) | |
download | upstream-cad1b620581f190548505014c91c17729fabac94.tar.gz upstream-cad1b620581f190548505014c91c17729fabac94.tar.bz2 upstream-cad1b620581f190548505014c91c17729fabac94.zip |
added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9162 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/pkg-config/files')
-rwxr-xr-x | tools/pkg-config/files/pkg-config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pkg-config/files/pkg-config b/tools/pkg-config/files/pkg-config new file mode 100755 index 0000000000..31cfd0d83d --- /dev/null +++ b/tools/pkg-config/files/pkg-config @@ -0,0 +1,3 @@ +#!/bin/sh + +pkg-config.real $@ --define-variable=libdir=${STAGING_DIR}/usr/lib --define-variable=includedir=${STAGING_DIR}/usr/include |