summaryrefslogtreecommitdiff
path: root/tools/pkg-config
Commit message (Collapse)AuthorAgeFilesLines
* pkg-config: fix occasional install problemLuka Perkov2013-11-202-1/+23
| | | | | | 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-282-24/+5
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38561
* tools/pkg-config: enable parallel buildsFelix Fietkau2012-09-151-0/+2
| | | | SVN-Revision: 33430
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-121-2/+3
| | | | SVN-Revision: 33140
* pkg-config: link staticallyJo-Philipp Wich2012-08-101-2/+3
| | | | SVN-Revision: 33102
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-151-4/+0
| | | | SVN-Revision: 29754
* pkg-config: fix prefixFelix Fietkau2011-07-241-1/+1
| | | | | | | | | | | | | | | | 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-101-1/+0
| | | | SVN-Revision: 24415
* pkg-config: install pkg.m4 to aclocal/Jo-Philipp Wich2010-12-101-0/+1
| | | | SVN-Revision: 24406
* tools/pkg-config: update to version 0.25Alexandros C. Couloumbis2010-11-251-2/+2
| | | | SVN-Revision: 24146
* clean up / fix various Host/Clean templates in tools/Felix Fietkau2009-05-081-2/+1
| | | | SVN-Revision: 15714
* clean up automake/pkg-config handling, move separate host/package variable ↵Felix Fietkau2009-04-221-1/+1
| | | | | | 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-241-0/+22
| | | | | | systems with gnome devel tools installed (thx, lubek) SVN-Revision: 15026
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-221-8/+8
| | | | | | host-build steps SVN-Revision: 14610
* Redefine prefix and exec_prefix for pkg config files instead of libdir and ↵Lars-Peter Clausen2008-10-101-1/+1
| | | | | | 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-062-0/+38
SVN-Revision: 9162