summaryrefslogtreecommitdiff
path: root/package/pkgconfig/pkgconfig-filter.sh
AgeCommit message (Collapse)Author
2008-06-14pkgconfig: bump version and cleanupPeter Korsgaard
Upgrade to pkgconfig 0.23 which has native sysroot support (buggy, but easily fixable), which allows us to get rid of pkgconfig-filter.sh. At the same time cleanup the makefile.
2008-04-01pkgconfig: Return appropriate error code from pkgconfig scriptPeter Korsgaard
Patch by Will Newton. Currently the wrapper script for pkgconfig clobbers the return status of pkgconfig. This is a problem for example when someone tries to run "pkgconfig --exists". This patch should allow the correct return code to be passed through. Note it uses the "pipefail" option that was introduced with bash 3.
2007-01-14oops, silence some debugging noiseEric Andersen
2007-01-14filter pkgconfig output to force it do use our staging_dir and notEric Andersen
try to use the system libraries as it is inclined to do