projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c86e8
)
Redefine prefix and exec_prefix for pkg config files instead of libdir and includedir...
author
Lars-Peter Clausen
<lars@metafoo.de>
Fri, 10 Oct 2008 16:07:02 +0000
(16:07 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Fri, 10 Oct 2008 16:07:02 +0000
(16:07 +0000)
SVN-Revision: 12946
tools/pkg-config/files/pkg-config
patch
|
blob
|
history
diff --git
a/tools/pkg-config/files/pkg-config
b/tools/pkg-config/files/pkg-config
index 31cfd0d83dc94892a85b4f18c9bb2004296d64b0..a3d73700f9a99b5dac7287c2448cd01f2824667c 100755
(executable)
--- a/
tools/pkg-config/files/pkg-config
+++ b/
tools/pkg-config/files/pkg-config
@@
-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/