Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 | ||||
* | 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 | 1 | -0/+3 |
SVN-Revision: 9162 |