Openwrt/tools
Jo-Philipp Wich 9a049babb7 tools/ppl: fix automake error due to use of obsolete directory name
I recently experienced this:

configure.ac:1101: the top level
interfaces/Prolog/Ciao/Makefile.am:168: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/GNU/Makefile.am:167: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/SICStus/Makefile.am:71: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/SWI/Makefile.am:187: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/XSB/Makefile.am:186: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/YAP/Makefile.am:176: `pkglibdir' is not a legitimate directory for `DATA'
make[4]: *** [Makefile.in] Error 1

Found this on google:
http://bugs.mysql.com/bug.php?id=63898

And used this to fix it:
fgrep -rlZ pkglib_DATA --include Makefile.am . | xargs -0 sed -i 's/pkglib_DATA/pkgdata_DATA/g'

Signed-off-by: Daniel Golle <dgolle@allnet.de>

SVN-Revision: 33141
2012-08-12 12:46:47 +00:00
..
autoconf
automake
bison use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
ccache use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
cloog
cmake Revert "[tools] cmake: link statically" 2012-08-10 21:25:45 +00:00
dosfstools use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
e2fsprogs use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
firmware-utils use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
flex use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
flock use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
genext2fs use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
gmp
include kernel: fix portability issues on the x86 specific relocs host tool, fixes build on mac os x 2012-07-20 12:28:50 +00:00
ipkg-utils
libelf
libtool
lzma lzma: link statically 2012-08-10 19:26:30 +00:00
lzma-old
m4 use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
missing-macros
mkimage mkimage: link statically 2012-08-10 19:26:34 +00:00
mklibs use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
mm-macros
mpc
mpfr
mtd-utils use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
mtools use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
padjffs2 padjffs2: link statically 2012-08-10 19:26:43 +00:00
patch-cmdline use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
pkg-config use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
ppl tools/ppl: fix automake error due to use of obsolete directory name 2012-08-12 12:46:47 +00:00
qemu use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
quilt
scons
sdcc use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
sed sed: disable further SELinux features 2012-08-10 22:38:09 +00:00
squashfs use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
squashfs4 squashfs4: link statically 2012-08-10 19:26:52 +00:00
sstrip use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
upslug2 use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
upx use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
wrt350nv2-builder use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
xfce-macros
xorg-macros
xz use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
yaffs2 use HOST_STATIC_LINKING instead of hardcoding -static 2012-08-12 12:34:30 +00:00
Makefile add mktools and dosfstools which are needed for the raspberry pi 2012-07-24 20:39:00 +00:00