summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* convert remaining tools to $(HOST_STATIC_LINKING) (#12012)Jo-Philipp Wich2012-08-125-6/+6
| | | | SVN-Revision: 33148
* xz: update to 5.0.4Jo-Philipp Wich2012-08-121-2/+2
| | | | | | Signed-off-by: Jonh Wendell <jonh.wendell@gmail.com> SVN-Revision: 33146
* tools/ppl: fix automake error due to use of obsolete directory nameJo-Philipp Wich2012-08-121-0/+75
| | | | | | | | | | | | | | | | | | | | | | | 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
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-1223-25/+27
| | | | SVN-Revision: 33140
* sed: disable further SELinux featuresJo-Philipp Wich2012-08-101-0/+2
| | | | SVN-Revision: 33120
* sed: unconditionally disable SELinux, NLS and ACL support (#12007)Jo-Philipp Wich2012-08-101-0/+7
| | | | SVN-Revision: 33119
* Revert "[tools] cmake: link statically"Jo-Philipp Wich2012-08-101-3/+0
| | | | | | Static linking of cmake is broken on x86_64, until we can sort it out, revert the static linking. SVN-Revision: 33118
* firmware-utils: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33117
* e2fsprogs: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33116
* dosfstools: link staticallyJo-Philipp Wich2012-08-101-1/+1
| | | | SVN-Revision: 33115
* cmake: link staticallyJo-Philipp Wich2012-08-101-0/+3
| | | | SVN-Revision: 33114
* ccache: fix compilation, link staticallyJo-Philipp Wich2012-08-101-5/+2
| | | | SVN-Revision: 33113
* yaffs2: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33112
* xz: link staticallyJo-Philipp Wich2012-08-101-1/+3
| | | | SVN-Revision: 33111
* wrt350nv2-builder: link staticallyJo-Philipp Wich2012-08-101-2/+3
| | | | SVN-Revision: 33110
* upx: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33109
* upslug2: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33108
* sstrip: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33107
* squashfs4: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33106
* squashfs: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33105
* sdcc: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33104
* qemu: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33103
* pkg-config: link staticallyJo-Philipp Wich2012-08-101-2/+3
| | | | SVN-Revision: 33102
* patch-cmdline: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33101
* padjffs2: link staticallyJo-Philipp Wich2012-08-102-2/+6
| | | | SVN-Revision: 33100
* mtools: link staticallyJo-Philipp Wich2012-08-101-0/+2
| | | | SVN-Revision: 33099
* mtd-utils: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33098
* mklibs: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33097
* mkimage: link staticallyJo-Philipp Wich2012-08-101-1/+1
| | | | SVN-Revision: 33096
* m4: link staticallyJo-Philipp Wich2012-08-101-1/+3
| | | | SVN-Revision: 33095
* lzma: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33094
* genext2fs: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33093
* flock: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33092
* flex: link staticallyJo-Philipp Wich2012-08-101-0/+2
| | | | SVN-Revision: 33091
* bison: link staticallyJo-Philipp Wich2012-08-101-0/+2
| | | | SVN-Revision: 33090
* sed: link staticallyJo-Philipp Wich2012-08-101-1/+1
| | | | SVN-Revision: 33089
* fix ccache buildJohn Crispin2012-08-101-1/+3
| | | | SVN-Revision: 33087
* add mktools and dosfstools which are needed for the raspberry piJohn Crispin2012-07-243-0/+62
| | | | | | Signed-off-by: Ian Ridge <ianridge [at] gmail.com> SVN-Revision: 32824
* adds mkdapimgJohn Crispin2012-07-242-0/+192
| | | | | | Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 32822
* kernel: fix portability issues on the x86 specific relocs host tool, fixes ↵Felix Fietkau2012-07-201-0/+3007
| | | | | | build on mac os x SVN-Revision: 32783
* tools: prefer gmd5sum if presentFelix Fietkau2012-07-171-1/+1
| | | | SVN-Revision: 32761
* tools/squashfs(4): use $(HOSTCC) to avoid building with clang on recent mac ↵Felix Fietkau2012-07-132-0/+2
| | | | | | os x. the clang build fails with some linker errors SVN-Revision: 32706
* bison: fix errors in shipped stdio.in.hJo-Philipp Wich2012-07-081-0/+15
| | | | | | | | Bison fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to wrap gets() with a warning which fails since gets() got removed from the default _GNU_SOURCE featureset. SVN-Revision: 32649
* m4: fix errors in shipped stdio.in.hJo-Philipp Wich2012-07-081-0/+15
| | | | | | | | M4 fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to wrap gets() with a warning which fails since gets() got removed from the default _GNU_SOURCE featureset. SVN-Revision: 32648
* firmware-utils/mktplinkfw: allow to specify firmware versionGabor Juhos2012-07-051-2/+23
| | | | SVN-Revision: 32616
* tools: sdcc depends on bisonFelix Fietkau2012-06-291-0/+1
| | | | SVN-Revision: 32521
* sdcc: enable packihx, required by firmwarehotplugJo-Philipp Wich2012-06-261-1/+1
| | | | SVN-Revision: 32500
* tools/e2fsprogs: don't build e4defragGabor Juhos2012-06-191-0/+11
| | | | | | | Compilation fails on older systems due to missing syscalls, and the e4defrag tool is not used by the build-system anyway. SVN-Revision: 32451
* e2fsprogs: fix md5sum issueLuka Perkov2012-06-171-1/+1
| | | | | | md5sum from kernel.org and sourceforge.net are not the same SVN-Revision: 32418
* e2fsprogs: update to 1.42.4Luka Perkov2012-06-171-2/+2
| | | | SVN-Revision: 32413