aboutsummaryrefslogtreecommitdiffstats
path: root/package/pkgconfig/pkgconfig-filter.sh
Commit message (Collapse)AuthorAgeFilesLines
* pkgconfig: bump version and cleanupPeter Korsgaard2008-06-141-28/+0
| | | | | | | 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.
* pkgconfig: Return appropriate error code from pkgconfig scriptPeter Korsgaard2008-04-011-1/+2
| | | | | | | | | | 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.
* oops, silence some debugging noiseEric Andersen2007-01-141-4/+4
|
* filter pkgconfig output to force it do use our staging_dir and notEric Andersen2007-01-141-0/+27
try to use the system libraries as it is inclined to do