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
..
2010-12-18 19:34:55 +00:00
2010-12-09 13:28:57 +00:00
2011-04-03 13:19:54 +00:00
2011-07-01 13:36:23 +00:00
2010-12-09 13:30:30 +00:00
2011-07-24 09:02:49 +00:00
2010-12-18 19:34:04 +00:00
2011-04-03 13:19:16 +00:00
2010-07-22 02:59:14 +00:00