wifipineapple-openwrt/tools
Felix Fietkau 090a5384df 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
..
autoconf
automake
bison [tools] bison: fix compilation with stub intl header 2011-03-04 20:37:15 +00:00
ccache
cloog
cmake tools/cmake: update to version 2.8.4 2011-03-24 11:27:07 +00:00
e2fsprogs tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a system header file with the same name on darwin 2011-02-20 03:25:56 +00:00
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 [tools] 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 2011-04-12 20:19:52 +00:00
mkimage [tools/mkimage]: use u-boot 2011.06 as source 2011-07-01 13:36:23 +00:00
mklibs mklibs: fix some long standing libpthread symbol link issues, mostly related to weak function overrides between libgcc, libc and libpthread 2011-02-28 18:17:02 +00:00
mm-macros
mpc
mpfr
mtd-utils tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a system header file with the same name on darwin 2011-02-20 03:25:56 +00:00
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 tools/e2fsprogs: move uuid/uuid.h into a subdirectory, it conflicts with a system header file with the same name on darwin 2011-02-20 03:25:56 +00:00
quilt [PATCH] quilt: fix building with dash 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 [tools] 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