summaryrefslogtreecommitdiff
path: root/tools/pkg-config
Commit message (Collapse)AuthorAge
* pkg-config: Update to 0.29.1John Crispin2016-03-10
| | | | | | | | | * Bump pkg-config version to 0.29.1 * Use https for the source download (http gets directed there) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 48988
* tools/pkg-config: update to 0.29Felix Fietkau2015-10-30
| | | | | | | | | | | | Release announcement: http://lists.freedesktop.org/archives/pkg-config/2015-September/001019.html Drop patches, as they have been implemented upstream. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by: Felix Fietkau <nbd@openwrt.org> [fix OSX compatibility] SVN-Revision: 47300
* tools/pkg-config: fix compile on musl hostsImre Kaloz2015-05-04
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45605
* tools: remove static linking supportJo-Philipp Wich2015-02-06
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44285
* pkg-config: fix occasional install problemLuka Perkov2013-11-20
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38886
* pkg-config: update to latest version, fix build on Mac OS X 10.9Felix Fietkau2013-10-28
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38561
* tools/pkg-config: enable parallel buildsFelix Fietkau2012-09-15
| | | | SVN-Revision: 33430
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-12
| | | | SVN-Revision: 33140
* pkg-config: link staticallyJo-Philipp Wich2012-08-10
| | | | SVN-Revision: 33102
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-15
| | | | SVN-Revision: 29754
* pkg-config: fix prefixFelix Fietkau2011-07-24
| | | | | | | | | | | | | | | | Now: % PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test//include After applying the patch: % PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test/include I guess that there sould not be '//' but only one '/'. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > SVN-Revision: 27744
* revert r24406Jo-Philipp Wich2010-12-10
| | | | SVN-Revision: 24415
* pkg-config: install pkg.m4 to aclocal/Jo-Philipp Wich2010-12-10
| | | | SVN-Revision: 24406
* tools/pkg-config: update to version 0.25Alexandros C. Couloumbis2010-11-25
| | | | SVN-Revision: 24146
* clean up / fix various Host/Clean templates in tools/Felix Fietkau2009-05-08
| | | | SVN-Revision: 15714
* clean up automake/pkg-config handling, move separate host/package variable ↵Felix Fietkau2009-04-22
| | | | | | exports to templates, fix automake path for host builds SVN-Revision: 15339
* pkg-config: disable potentially recursive compat lookups which break on ↵Felix Fietkau2009-03-24
| | | | | | systems with gnome devel tools installed (thx, lubek) SVN-Revision: 15026
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-22
| | | | | | host-build steps SVN-Revision: 14610
* Redefine prefix and exec_prefix for pkg config files instead of libdir and ↵Lars-Peter Clausen2008-10-10
| | | | | | includedir. Some packages have their includes in subdirs of include and packages trying to include their headers using pkg-config would fail. SVN-Revision: 12946
* added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2John Crispin2007-10-06
SVN-Revision: 9162