summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mplayer: not available on nios2Thomas Petazzoni2013-11-281-1/+1
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/0ae/0ae3a53a1a6e870ee1bf2a902a400893339777df/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wpa_supplicant: define BINDIR for systemd/dbus service filesGustavo Zacarias2013-11-281-1/+1
| | | | | | | | | | BINDIR is used to point systemd/dbus service files to the correct binary path where wpa_supplicant resides. So define it to avoid the default /usr/local path that doesn't work. Solves bug #6704 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lvm2: replace !BR2_PACKAGE_LVM2_DMSETUP_ONLY by ↵Arnout Vandecappelle2013-11-283-7/+23
| | | | | | | | | | | | | | | | | | | BR2_PACKAGE_LVM2_STANDARD_INSTALL BR2_PACKAGE_LVM2_DMSETUP_ONLY is a "negative" option that disables build and install of part of the suite. This option cannot be unselected by other config options, which gives a problem for BR2_PACKAGE_UDISKS_LVM2: it needs BR2_PACKAGE_LVM2_APP_LIBRARY, which requires the full suite. Therefore, replace the negative BR2_PACKAGE_LVM2_DMSETUP_ONLY by a positive BR2_PACKAGE_LVM2_STANDARD_INSTALL. To make sure that existing defconfigs keep working, the new option defaults to y unless the legacy BR2_PACKAGE_LVM2_DMSETUP_ONLY was selected. Fixes http://autobuild.buildroot.net/results/ea4627cae45e972ebba5b33a2b2871ce7f46fedc/ Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* util-linux: tweak sscanf-no-ms-as patchGustavo Zacarias2013-11-281-1/+1
| | | | | | | | | The patch has a minor mistake so fix it. Credit go to Daniel Mentz <daniel@exxm.de> for the detailed bug report. Closes bug #6428 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* iptables: patch another static linking issueGustavo Zacarias2013-11-281-0/+47
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/e4a/e4a0f93e2abdad0222063b3f71970ee1c5940f3a/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gpsd: do not allow profiling support on AArch64Thomas Petazzoni2013-11-281-0/+1
| | | | | | | | | | | | | | | | | The profiling support is not available on AArch64, causing build failures such as: http://autobuild.buildroot.net/results/724f8646e1c2c28cf187f2313244d1e3e61b4c25/ According to Will Newton, function profiling will only be added in the next version of the AArch64 Linaro toolchain. This indicates it is a rather new feature in AArch64, so for the moment, just disallow profiling on AArch64. We can revise this later, when this feature has been made available in Linaro toolchains, and official gcc releases (for internal toolchain support). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* eglibc: add security patch for CVE-2013-4788Gustavo Zacarias2013-11-281-0/+35
| | | | | | | | http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4788 http://hmarco.org/bugs/CVE-2013-4788.html Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* apr: needs mmuGustavo Zacarias2013-11-284-0/+5
| | | | | | | | | | Uses fork() in apr_proc_fork() which is used by almost all the packages that use apr (log4cxx, subversion). apr-util doesn't use fork or apr_proc_fork but it's of no use alone. [Peter: also hide log4cxx comment if !BR2_USE_MMU] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* apr: fix threading lib detectionGustavo Zacarias2013-11-281-0/+5
| | | | | | | | | | apr's configure doesn't try to guess which library is needed for threading when cross-compiling hence this is never reflected in apr-1-config, leading to a build failure such as: http://autobuild.buildroot.net/results/035/035a00de0a56be00559767ba822a396ddc18a9fb/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* binutils: fix static linkingPeter Korsgaard2013-11-271-1/+0
| | | | | | | | | | | | | pkg-autotools.mk already handles static/shared linking, so no need to explictly force it. Worse even, the build fails with BR2_PREFER_STATIC_LINK as we end up calling libtool with --static when it tries to link the .so, breaking the build: ../ld: attempted static link of dynamic object `../opcodes/.libs/libopcodes.so' collect2: error: ld returned 1 exit status Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dropwatch: adjust LDFLAGSGustavo Zacarias2013-11-271-1/+2
| | | | | | | | | | | | Add more library links into LDFLAGS. -lncurses because readline uses it (missing _tputs and others). -lpthread for missing _pthread_rwlock_unlock and others. -lm for missing _rint. Fixes: http://autobuild.buildroot.net/results/6b1/6b1f4f2167d8aca0d73dc0e66fd2e1704c821c61/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tinymembench: Fix typo error on dependenceVicente Olivert Riera2013-11-271-1/+1
| | | | | | | | | | | It should be BR2_MIPS_NABI64 instead of BR_MIPS_NABI64 Fixes: http://autobuild.buildroot.net/results/c5d/c5da2d99c09b1a2f7da23f1636f1ccc8978cc4a3/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ruby: security bump to 1.9.3-p484Gustavo Zacarias2013-11-271-1/+1
| | | | | | | Fixes CVE-2013-4164. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libnss: security bump to version 3.14.5Gustavo Zacarias2013-11-271-1/+1
| | | | | | | Fixes CVE-2013-5605. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* quagga: security bump to version 0.99.22.4Gustavo Zacarias2013-11-271-1/+1
| | | | | | | Fixes CVE-2013-6051. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2013.11-rc3Peter Korsgaard2013-11-264-4/+28
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dbus: only install initscript for sysV targetsGustavo Zacarias2013-11-261-1/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* php: fix iconv related build failureGustavo Zacarias2013-11-262-21/+32
| | | | | | | | | | Fix a rare edge build failure when iconv is enabled, easily reproduced in a debian chroot with an aarch64 external toolchain with iconv + xmlrpc support enabled with a php cgi + cli target. Should solve bug #6500. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc-snapshot: enable option UCLIBC_SUSV2_LEGACYChris Zankel2013-11-261-0/+1
| | | | | | | | | | | | | | With uClibc commit e8065705, valloc is now optional in SUSv2 and removed from SUSv3 and later. However, cdrkit currently requires valloc, so enable it in the uClibc snapshot configuration file. Fixes http://autobuild.buildroot.net/results/5a5/5a51f3f06e04eed39d59477ea1178aef7d397754/ Signed-off-by: Chris Zankel <chris@zankel.net> [baruch: fix summary line, add autobuild reference] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mongoose: wait some time between stop and start of the serviceDavide Viti2013-11-261-2/+2
| | | | | | | | | | Startup script fails to restart the service: 1s delay is enough to fix this. Also apply a minor fix of the script name in the usage string Signed-off-by: Davide Viti <d.viti@infosolution.it> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* poco: fix sh4a fenv build failureBaruch Siach2013-11-261-0/+5
| | | | | | | | Disable FP environment on sh4a. Fixes http://autobuild.buildroot.net/results/8dc9bca5969d455cc30206fc1ae6e1d3ba6eb6ca/. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sunxi-mali, ti-gfx: add missing dollar sign in egl.pcFatih Aşıcı2013-11-262-2/+2
| | | | | | Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* protobuf-c: disable parallel buildRyan Barnett2013-11-261-0/+1
| | | | | | | Fixes http://autobuild.buildroot.net/results/f47c4f0883019ba3a8e61a9ae51b7bd7f347b38c/ Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tinymembench: not supported on MIPS n32/64 ABIsVicente Olivert Riera2013-11-251-1/+1
| | | | | | | | | | This is a fix for 9883cbd3678be65bdca10a124ba6cb7fd1f008d3. After deeper testing we have found that package is supported on MIPS64, but only for o32 ABI. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libglib2: the system PCRE needs to have UTF and UCP enabledSven Neumann2013-11-251-0/+1
| | | | | | | | | | | | | If glib2 is compiled with the system PCRE instead of the included copy, then that system PCRE needs to have support for UTF-8 and Unicode properties enabled. Otherwise you will get such warnings at run-time: GLib-CRITICAL **: PCRE library is compiled without UTF8 support GLib-CRITICAL **: PCRE library is compiled without UTF8 properties support Signed-off-by: Sven Neumann <neumann@teufel.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pcre: add options to enable UTF and UCP supportSven Neumann2013-11-252-0/+14
| | | | | | | | | | Allow to compile PCRE with UTF-8/16/32 support and with support for Unicode properties. [Peter: whitespace fix] Signed-off-by: Sven Neumann <neumann@teufel.de> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mongoose: S85mongoose: fix default optionsDavide Viti2013-11-251-1/+1
| | | | | | | | | mongoose fails to start because the options used are not supported by mongoose. Fix it by using the correct option names instead. [Peter: reworded commit text and use the correct long options instead] Signed-off-by: Davide Viti <d.viti@infosolution.it> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* e2fsprogs: Disable elf shared library when BR2_PREFER_STATIC_LIB is selected.Sonic Zhang2013-11-251-1/+1
| | | | | Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nut: add libltdl dependencyRomain Naour2013-11-241-0/+8
| | | | | | | libltdl is needed for nut-scanner Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* swig: unbreak host-swig build when host has octave installedPeter Korsgaard2013-11-241-1/+4
| | | | | | | | | | | But not the octave development package: checking for octave... octave checking for mkoctfile... configure: error: mkoctfile is not installed We don't need octace support, so fix it by explictly disabling it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* beecrypt: unconditionally disable openpmThomas De Schampheleire2013-11-231-1/+2
| | | | | | | | | | | | | | | | | | | | | beecrypt does not properly handle its dependency on openpm, so that applications using libbeecrypt are not aware that they also need openmp (libgomp). This causes error messages during linking, such as (rpm): ..-gcc [..] -lbeecrypt -lbz2 -lz -lpopt -lpthread libbecrypt.so: undefined reference to `GOMP_sections_end_nowait' libbecrypt.so: undefined reference to `GOMP_parallel_end' libbecrypt.so: undefined reference to `GOMP_sections_next' libbecrypt.so: undefined reference to `GOMP_parallel_sections_start' Because the openpm dependency of beecrypt is only used by rsa.c, to parallelize the calculation of RSA cyphers, we can simply disable openmp in beecrypt instead of trying to fix the way -lgomp is passed. Fixes http://autobuild.buildroot.net/results/bcf/bcff4b81bfbb1191f97317b0945c74d948c9774b/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* beecrypt: include sequence numbers in patch namesThomas De Schampheleire2013-11-232-0/+0
| | | | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> [ThomasDS: minor change in commit message] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libvncserver: openssl support needs pthreadsPeter Korsgaard2013-11-221-2/+3
| | | | | | | | | Fixes http://autobuild.buildroot.net/results/c30/c3082693fe0da0c54d4bbf950dd6d74e1395c1d9/ Also pass --without-ssl if that isn't the case, as the configure script otherwise ends up detecting openssl if built before libvncserver. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openssl: only build threads configuration if toolchain has pthread supportPeter Korsgaard2013-11-221-1/+1
| | | | | | | | | Gets rid of a large number of warnings (and suboptimal code?): ..sysroot/usr/include/features.h:209:5: warning: #warning requested reentrant code, but thread support was disabled [-Wcpp] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* omniorb: needs thread supportThomas Petazzoni2013-11-221-2/+3
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/dfc/dfc083bff04eba68456edd359424293842b6f42d/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tinymembench: package not supported on MIPS64Vicente Olivert Riera2013-11-221-0/+1
| | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/bab/bab68bcf8714f215ac0b0c2546fa06608377fbb0/ This package is only supported on MIPS32 platforms. The mips-32.S file included in the source code of this package only makes sense to be compiled for MIPS32, and also contains hardcoded MIPS32 instructions which are illegal on MIPS64. Trying to compile this package on a MIPS64 platform will end with a linkage failure due to undefined references. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcap-ng: disable on avr32 which lacks TLSSamuel Martin2013-11-222-0/+3
| | | | | | | | | | | libcap-ng needs TLS support, which is not available on avr32. Also, disable reverse dependencies. Fixes: http://autobuild.buildroot.net/results/73c/73c7c211a51c312bbe4eb6a540f3ad9c92c79ebe/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libroxml: fix avr32 build failureSimon Dawson2013-11-222-1/+22
| | | | | | | | | | | | | | | | The -Wno-unused-result option is not understood by the version of gcc used by the avr32 toolchain. Remove the option from the compilation flags. Fixes build failures such as the following. http://autobuild.buildroot.net/results/e22/e22d94fca3eabb4e54d82af04319f17ad8e10c20/ The single existing patch for libroxml has been renamed to include a numerical component for application order sorting. The existing patch has also been updated to apply without fuzz. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libglib2: needs MMU supportThomas De Schampheleire2013-11-2242-16/+78
| | | | | | | Fixes http://autobuild.buildroot.net/results/2e0/2e032c6e44e10f2912935715741c3680a19b9b51/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ola: disable -WerrorThomas Petazzoni2013-11-221-1/+2
| | | | | | | | | By default, the ola build uses -Werror, so let's pass --disable-fatal-warnings to remove this and avoid build failures caused by warnings. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ola: add upstream patch to fix build on AArch64Thomas Petazzoni2013-11-221-0/+27
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/596/5967dfd4bd7c2b68e2911a98b9b84c8fe7adf0aa/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mdadm: needs mmuGustavo Zacarias2013-11-221-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/52c/52cc56df2aa278d92141918de74833d7e4fd3d47/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/qemu: bump relevant config versionsGustavo Zacarias2013-11-2214-26/+26
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump to version 3.12.1Gustavo Zacarias2013-11-221-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3. {4, 10, 11, 12}.x stable versionsGustavo Zacarias2013-11-221-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* schifra: fix install examplesRomain Naour2013-11-221-1/+1
| | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/1ec/1ec3664f28492bf3da53dcbe8ceeb165bce8df6d/build-end.log Signed-off-by: Romain Naour <romain.naour@openwide.fr> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* schifra: fix post install hookArnaud Rébillout2013-11-211-1/+1
| | | | | Signed-off-by: Arnaud Rébillout <rebillout@syscom.ch> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* squid: fix compilation due to missing include of time.hThomas De Schampheleire2013-11-211-0/+28
| | | | | | | Fixes http://autobuild.buildroot.net/results/b33/b33e1f41e50b6e7ac3e30806b9a617d451bc27b4/ Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsigsegv: fix aarch64 buildPeter Korsgaard2013-11-211-0/+31
| | | | | | Fixes http://autobuild.buildroot.net/results/9821f4d44e65db1ec503acc89685ccfa7664fc32/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ruby: needs thread supportThomas Petazzoni2013-11-201-2/+3
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/7c6/7c6cc07e360aa998957a48e834b8cc086282d716/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud