summaryrefslogtreecommitdiff
path: root/package/pkgconfig
AgeCommit message (Collapse)Author
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.
2008-04-01buildroot: additional -clean target fixesPeter Korsgaard
Patch by Hebbar.
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-06-21- use the correct path to the pkgconfig .pcBernhard Reutner-Fischer
2007-03-14yet more LDFLAGS handling fixupsEric Andersen
2007-03-13fixup package LDFLAGS handlingEric Andersen
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
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-08-29- bump versionBernhard Reutner-Fischer
2006-07-08Add pkgconfigEric Andersen