Openwrt/tools
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
..
autoconf
automake
bison
ccache
cloog
cmake tools/cmake: update to version 2.8.4 2011-03-24 11:27:07 +00:00
e2fsprogs
firmware-utils firmware-utils: rename the devname variable in mkwrgimg to avoid a clash with a BSD stdlib function 2011-07-08 05:20:24 +00:00
flex
flock
genext2fs
gmp
include add a portable version of sys/sysmacros.h and and let the kernel use the host include dir, fixes x86 builds on non-gnu systems 2011-07-02 06:49:56 +00:00
ipkg-utils ipkg-utils: use (g)stat instead of "du -b" to find package size, fixes Darwin compat (#9214) 2011-04-13 13:26:26 +00:00
libelf
libtool
lzma tools/squashfs4: update to version 4.2 (adds support for xz compression) 2011-04-03 01:02:00 +00:00
lzma-old lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma 2011-04-03 01:02:03 +00:00
m4 m4: update to version 1.4.16 2011-04-03 13:19:54 +00:00
missing-macros missing-macros: add GTKDOC_REBASE macro needed by some newer packages Signed-off-by: Jochen Friedrich <jochen@scram.de> 2011-04-12 20:19:52 +00:00
mkimage use u-boot 2011.06 as source 2011-07-01 13:36:23 +00:00
mklibs
mm-macros
mpc
mpfr
mtd-utils
padjffs2 padjffs2: fix a compiler warning that makes the build fail because of -Werror 2011-07-02 09:47:19 +00:00
patch-cmdline
pkg-config pkg-config: fix prefix 2011-07-24 09:02:49 +00:00
ppl
qemu
quilt quilt: fix building with dash test x == x gives a syntax error with dash (standard in Debian). The modified patch reflects the current upstream: http://git.savannah.gnu.org/cgit/quilt.git/commit/?id=38df0b210c3df67f3e784af92232ae1946b98ecd 2011-05-02 12:53:32 +00:00
sed
squashfs
squashfs4 tools/squashfs4: update to version 4.2 (adds support for xz compression) 2011-04-03 01:02:00 +00:00
sstrip
upslug2
wrt350nv2-builder
xfce-macros package xfce-macros, required for autoreconf in xfce4 packages 2011-03-09 14:44:23 +00:00
xorg-macros
xz xz: update to version 5.0.2 2011-04-03 13:19:16 +00:00
yaffs2
Makefile tools: always build mpc, now that older gcc versions have been eliminated, fixes #9642 2011-07-02 10:49:15 +00:00