diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 21:00:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-25 21:01:02 +0200 |
commit | 932b2872fae5464154b10a939173ea4676d7ee3d (patch) | |
tree | a81be8d28309db61d4579011993260df45b5388a /package/pkgconf/files/pkg-config | |
parent | 8ea7db09073c2f7ba2ce4184eb70424c1ae24698 (diff) |
fix some static build stuff, use a pkgconf wrapper, idea from buildroot
Diffstat (limited to 'package/pkgconf/files/pkg-config')
-rwxr-xr-x | package/pkgconf/files/pkg-config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pkgconf/files/pkg-config b/package/pkgconf/files/pkg-config new file mode 100755 index 000000000..8f64d083a --- /dev/null +++ b/package/pkgconf/files/pkg-config @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +$(dirname $0)/pkgconf @@OPTS@@ $@ |