summaryrefslogtreecommitdiffstats
path: root/package/pkgconfig
Commit message (Collapse)AuthorAgeFilesLines
* pkgconfig: bump version and cleanupPeter Korsgaard2008-06-145-384/+37
| | | | | | | 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.
* buildroot: additional -clean target fixesPeter Korsgaard2008-04-011-1/+1
| | | | Patch by Hebbar.
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - use the correct path to the pkgconfig .pcBernhard Reutner-Fischer2007-06-211-1/+1
|
* yet more LDFLAGS handling fixupsEric Andersen2007-03-141-2/+0
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+2
|
* 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-142-0/+31
| | | | try to use the system libraries as it is inclined to do
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* - bump versionBernhard Reutner-Fischer2006-08-292-2/+2
|
* Add pkgconfigEric Andersen2006-07-084-0/+417