Commit Graph

16 Commits

Author SHA1 Message Date
Luka Perkov
d8b7d99478 pkg-config: fix occasional install problem
Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 38886
2013-11-20 22:09:11 +00:00
Felix Fietkau
8fb4f34859 pkg-config: update to latest version, fix build on Mac OS X 10.9
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 38561
2013-10-28 15:15:12 +00:00
Felix Fietkau
6a137d1df8 tools/pkg-config: enable parallel builds
SVN-Revision: 33430
2012-09-15 14:17:37 +00:00
Jo-Philipp Wich
cf1698c637 use HOST_STATIC_LINKING instead of hardcoding -static
SVN-Revision: 33140
2012-08-12 12:34:30 +00:00
Jo-Philipp Wich
0096c48024 pkg-config: link statically
SVN-Revision: 33102
2012-08-10 19:26:46 +00:00
John Crispin
ccb6b0a063 tools: clean up Makefiles / make ccache work
SVN-Revision: 29754
2012-01-15 11:43:13 +00:00
Felix Fietkau
48bf10fba2 pkg-config: fix prefix
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
2011-07-24 09:02:49 +00:00
Jo-Philipp Wich
339295d309 revert r24406
SVN-Revision: 24415
2010-12-10 12:58:15 +00:00
Jo-Philipp Wich
2104af77e3 pkg-config: install pkg.m4 to aclocal/
SVN-Revision: 24406
2010-12-10 09:35:16 +00:00
Alexandros C. Couloumbis
0d69a941a2 tools/pkg-config: update to version 0.25
SVN-Revision: 24146
2010-11-25 18:56:19 +00:00
Felix Fietkau
e53003f5fc clean up / fix various Host/Clean templates in tools/
SVN-Revision: 15714
2009-05-08 20:44:47 +00:00
Felix Fietkau
63129f9b4c clean up automake/pkg-config handling, move separate host/package variable exports to templates, fix automake path for host builds
SVN-Revision: 15339
2009-04-22 22:05:55 +00:00
Felix Fietkau
0121ec0e10 pkg-config: disable potentially recursive compat lookups which break on systems with gnome devel tools installed (thx, lubek)
SVN-Revision: 15026
2009-03-24 22:27:22 +00:00
Felix Fietkau
7eb1589875 build system refactoring in preparation for allowing packages to do host-build steps
SVN-Revision: 14610
2009-02-22 04:37:20 +00:00
Lars-Peter Clausen
71c8fa8135 Redefine prefix and exec_prefix for pkg config files instead of libdir and 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
2008-10-10 16:07:02 +00:00
John Crispin
c3847b8e5d added our own pkg-config wrapper, making the sed foo on *.pc files obselete 1/2
SVN-Revision: 9162
2007-10-06 23:50:47 +00:00