Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/ppl: fix automake error due to use of obsolete directory name | Jo-Philipp Wich | 2012-08-12 | 1 | -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 -static | Jo-Philipp Wich | 2012-08-12 | 23 | -25/+27 |
| | | | | SVN-Revision: 33140 | ||||
* | prereq-build.mk: do not perform static linking tests on Darwin | Jo-Philipp Wich | 2012-08-12 | 1 | -15/+20 |
| | | | | SVN-Revision: 33139 | ||||
* | host-build.mk: define a variable HOST_STATIC_LINKING which is set to ↵ | Jo-Philipp Wich | 2012-08-12 | 1 | -0/+4 |
| | | | | | | "-static" on non-Darwin systems SVN-Revision: 33138 | ||||
* | generic: use __meminit annotation for crashlog_init_memblock | Gabor Juhos | 2012-08-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Fixes this section mismatch warning: WARNING: vmlinux.o(.meminit.text+0xb14): Section mismatch in reference from the function memblock_insert_region() to the function .init.text:crashlog_init_memblock() The function __meminit memblock_insert_region() references a function __init crashlog_init_memblock(). If crashlog_init_memblock is only used by memblock_insert_region then annotate crashlog_init_memblock with a matching annotation. Also, remove the __init annotations from 'include/linux/crashlog.h' SVN-Revision: 33137 | ||||
* | netifd: bump to git head, userspace routes are installed with RTPROT_STATIC ↵ | Jo-Philipp Wich | 2012-08-11 | 1 | -2/+2 |
| | | | | | | from now on SVN-Revision: 33132 | ||||
* | only support 128KiB erase block sizes | Florian Fainelli | 2012-08-11 | 1 | -0/+2 |
| | | | | SVN-Revision: 33131 | ||||
* | disable PCI support | Florian Fainelli | 2012-08-11 | 3 | -33/+5 |
| | | | | | | None of the boards we support have PCI connectors SVN-Revision: 33130 | ||||
* | strip a bit more the kernel config | Florian Fainelli | 2012-08-11 | 1 | -24/+1 |
| | | | | SVN-Revision: 33129 | ||||
* | properly advertise OHCI and EHCI capabilities | Florian Fainelli | 2012-08-11 | 1 | -1/+3 |
| | | | | SVN-Revision: 33128 | ||||
* | change partition names to be more in line with other OpenWrt devices | Florian Fainelli | 2012-08-11 | 1 | -4/+4 |
| | | | | SVN-Revision: 33127 | ||||
* | generate upgrade files suffixed with filesystem type | Florian Fainelli | 2012-08-11 | 1 | -3/+3 |
| | | | | SVN-Revision: 33126 | ||||
* | 6rd: missing config option `ipaddr`. | Jo-Philipp Wich | 2012-08-11 | 1 | -0/+1 |
| | | | | | | | | This option is necessary when configuring 6rd behind NAT. Signed-off-by: Stéphan Kochen <stephan@kochen.nl> SVN-Revision: 33123 | ||||
* | add remaining missing build prereq checks | Jo-Philipp Wich | 2012-08-11 | 1 | -0/+19 |
| | | | | SVN-Revision: 33122 | ||||
* | add a build preeq check for glibc-static | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+9 |
| | | | | SVN-Revision: 33121 | ||||
* | sed: disable further SELinux features | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+2 |
| | | | | SVN-Revision: 33120 | ||||
* | sed: unconditionally disable SELinux, NLS and ACL support (#12007) | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+7 |
| | | | | SVN-Revision: 33119 | ||||
* | Revert "[tools] cmake: link statically" | Jo-Philipp Wich | 2012-08-10 | 1 | -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 statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33117 | ||||
* | e2fsprogs: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 33116 | ||||
* | dosfstools: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 33115 | ||||
* | cmake: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+3 |
| | | | | SVN-Revision: 33114 | ||||
* | ccache: fix compilation, link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -5/+2 |
| | | | | SVN-Revision: 33113 | ||||
* | yaffs2: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 33112 | ||||
* | xz: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+3 |
| | | | | SVN-Revision: 33111 | ||||
* | wrt350nv2-builder: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+3 |
| | | | | SVN-Revision: 33110 | ||||
* | upx: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33109 | ||||
* | upslug2: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 33108 | ||||
* | sstrip: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33107 | ||||
* | squashfs4: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 33106 | ||||
* | squashfs: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 33105 | ||||
* | sdcc: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 33104 | ||||
* | qemu: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 33103 | ||||
* | pkg-config: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+3 |
| | | | | SVN-Revision: 33102 | ||||
* | patch-cmdline: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33101 | ||||
* | padjffs2: link statically | Jo-Philipp Wich | 2012-08-10 | 2 | -2/+6 |
| | | | | SVN-Revision: 33100 | ||||
* | mtools: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+2 |
| | | | | SVN-Revision: 33099 | ||||
* | mtd-utils: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 33098 | ||||
* | mklibs: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 33097 | ||||
* | mkimage: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 33096 | ||||
* | m4: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+3 |
| | | | | SVN-Revision: 33095 | ||||
* | lzma: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33094 | ||||
* | genext2fs: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 33093 | ||||
* | flock: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 33092 | ||||
* | flex: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+2 |
| | | | | SVN-Revision: 33091 | ||||
* | bison: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+2 |
| | | | | SVN-Revision: 33090 | ||||
* | sed: link statically | Jo-Philipp Wich | 2012-08-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 33089 | ||||
* | remove duplicate HOSTCC_NOCACHE | John Crispin | 2012-08-10 | 1 | -1/+0 |
| | | | | SVN-Revision: 33088 | ||||
* | fix ccache build | John Crispin | 2012-08-10 | 1 | -1/+3 |
| | | | | SVN-Revision: 33087 | ||||
* | move LIB_SUFFIX from base-files to rules.mk | Florian Fainelli | 2012-08-10 | 2 | -3/+4 |
| | | | | | | Some packages are going to need fixups based on LIB_SUFFIX SVN-Revision: 33080 |