Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pkg-config: update to latest version, fix build on Mac OS X 10.9 | Felix Fietkau | 2013-10-28 | 2 | -24/+5 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38561 | ||||
* | tools/pkg-config: enable parallel builds | Felix Fietkau | 2012-09-15 | 1 | -0/+2 |
| | | | | SVN-Revision: 33430 | ||||
* | use HOST_STATIC_LINKING instead of hardcoding -static | Jo-Philipp Wich | 2012-08-12 | 1 | -2/+3 |
| | | | | SVN-Revision: 33140 | ||||
* | pkg-config: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+3 |
| | | | | SVN-Revision: 33102 | ||||
* | tools: clean up Makefiles / make ccache work | John Crispin | 2012-01-15 | 1 | -4/+0 |
| | | | | SVN-Revision: 29754 | ||||
* | pkg-config: fix prefix | Felix Fietkau | 2011-07-24 | 1 | -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 r24406 | Jo-Philipp Wich | 2010-12-10 | 1 | -1/+0 |
| | | | | SVN-Revision: 24415 | ||||
* | pkg-config: install pkg.m4 to aclocal/ | Jo-Philipp Wich | 2010-12-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 24406 | ||||
* | tools/pkg-config: update to version 0.25 | Alexandros C. Couloumbis | 2010-11-25 | 1 | -2/+2 |
| | | | | SVN-Revision: 24146 | ||||
* | clean up / fix various Host/Clean templates in tools/ | Felix Fietkau | 2009-05-08 | 1 | -2/+1 |
| | | | | SVN-Revision: 15714 | ||||
* | clean up automake/pkg-config handling, move separate host/package variable ↵ | Felix Fietkau | 2009-04-22 | 1 | -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 Fietkau | 2009-03-24 | 1 | -0/+22 |
| | | | | | | systems with gnome devel tools installed (thx, lubek) SVN-Revision: 15026 | ||||
* | build system refactoring in preparation for allowing packages to do ↵ | Felix Fietkau | 2009-02-22 | 1 | -8/+8 |
| | | | | | | host-build steps SVN-Revision: 14610 | ||||
* | Redefine prefix and exec_prefix for pkg config files instead of libdir and ↵ | Lars-Peter Clausen | 2008-10-10 | 1 | -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/2 | John Crispin | 2007-10-06 | 2 | -0/+38 |
SVN-Revision: 9162 |