1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-17 19:51:05 +02:00
nbd 934c43cf9c 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 >

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27744 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
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