summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libxslt: use libgcrypt-config from STAGING_DIRArnout Vandecappelle (Essensium/Mind)2012-07-131-0/+1
| | | | | | Otherwise, if the host has a libgcrypt-config, that one will be used. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* Remove -fPIC on x86_64Arnout Vandecappelle (Essensium/Mind)2012-07-131-6/+0
| | | | | | | | | | | | | | | | The -fPIC breaks the purgatory of kexec (= the code that passes command-line arguments to the kernel): kexec doesn't know how to handle the GOT and PLT relocation entries. There is also no reason at all to pass -fPIC. Shared libraries that require it will add it to their local Makefiles, and normal executables have no business with -fPIC (plus it adds overhead...). The -fPIC was added by Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> in commit 8027784c. That commit adds sysroot parameters to CFLAGS. There is no explanation why -fPIC is also added for x86_64. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* kernel-headers: bump 3.2.x stable versionGustavo Zacarias2012-07-071-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gob2: needs MMUGustavo Zacarias2012-07-071-0/+2
| | | | | | | | | m4 needs MMU, so does bison, and so does gob2 which uses bison. Fixes build failure: http://autobuild.buildroot.net/results/f942b4ac770f3c7b27c42214af5bcec49f687da1/build-end.log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* htop: bump to version 1.0.1 and fix build failureGustavo Zacarias2012-07-071-4/+4
| | | | | | | | | Bump to version 1.0.1 Also fix build failure: http://autobuild.buildroot.net/results/5f95c4fbb62b7b8cb451f6525731eae4ce6bcdbf/build-end.log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/powerpc: SPE ABI is not available for e500mcGustavo Zacarias2012-07-041-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* rpm: needs threads supportGustavo Zacarias2012-07-041-1/+5
| | | | | | | | Because beecrypt needs threads rpm does too since it's a mandatory dependency. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* beecrypt: needs threads supportGustavo Zacarias2012-07-041-1/+5
| | | | | | | | Fixes http://autobuild.buildroot.net/results/e28e5dfe73d838b8bc4e9c586bc865d57d717f76/build-end.log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bonnie: needs MMUGustavo Zacarias2012-07-041-0/+1
| | | | | | | | Fixes http://autobuild.buildroot.net/results/08cc7fdf21f8e51b793c0cf7a51b3f190ea7668c/build-end.log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* lshw: fix build failureGustavo Zacarias2012-07-041-1/+1
| | | | | | | | | | Fix space-unfriendly CC/CXX/AR argument passing. Fixes build failure http://autobuild.buildroot.net/results/d8c7b5ef4056a197bb8085b0fcdd09d931aec876/build-end.log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* barebox: remove old version and add last 4 versions.Marek Belisko2012-07-041-13/+8
| | | | | Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* barebox: bump to 2012.07Marek Belisko2012-07-041-1/+5
| | | | | Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iw: bump to 3.5Yegor Yefremov2012-07-031-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* toolchain/gcc : bump 4.5.x versionPeter Korsgaard2012-07-029-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: bump 1.20.x series to 1.20.2Gustavo Zacarias2012-07-027-275/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Ensure DESTDIR will not confuse the buildThomas Petazzoni2012-07-021-0/+4
| | | | | | | | | Having DESTDIR defined will confuse the build of certain packages, so we ensure that it is undefined from the environment when Buildroot starts. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Revert "dependencies: ensure that DESTDIR isn't set when running Buildroot"Thomas Petazzoni2012-07-021-6/+0
| | | | | | | | | We should instead simply unset it at runtime, like we do for PKG_CONFIG_PATH. This reverts commit 9910eba33adb2b783b0df5d90a857816e82fbd55. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bsdiff: libraries should go after source files using them in linker invocationPeter Korsgaard2012-07-021-4/+4
| | | | | | Fixes http://autobuild.buildroot.net/results/2a6e213997c06136e18b25a1b0e91d8782acbfc4/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iw: fix static linkingPeter Korsgaard2012-07-021-1/+7
| | | | | | Libnl needs explicit -lpthread / -lm when statically linking. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: describe "file" and "local" methods in LIBFOO_SITE_METHODNathan Lynch2012-07-021-0/+8
| | | | | | | | | | Based on description by Thomas Petazzoni at: http://free-electrons.com/blog/buildroot-2011-11/ Signed-off-by: Nathan Lynch <ntl@pobox.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: rework LIBFOO_SITE_METHOD documentationNathan Lynch2012-07-021-17/+29
| | | | | | | | | | | | | The current structure of the LIBFOO_SITE_METHOD paragraph would make it difficult to add documentation for the "file" and "local" methods. There are enough possible values for LIBFOO_SITE_METHOD that describing them in a sub-list seems to work well, which makes it easier to add documentation for new methods. Signed-off-by: Nathan Lynch <ntl@pobox.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* docs: update LIBFOO_SITE to describe use of filesystem pathsNathan Lynch2012-07-021-7/+14
| | | | | | | | | | | | Buildroot supports the use of local filesystem paths in LIBFOO_SITE since the 2011.11 release, but this is not documented in the manual. Fix this and slightly reword the surrounding doucmentation accordingly. Signed-off-by: Nathan Lynch <ntl@pobox.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* msmtp: fix static linking with opensslPeter Korsgaard2012-07-011-0/+4
| | | | | | | Openssl depends on zlib, so we need to explicitly link with zlib as well when statically linking. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: fix static buildPeter Korsgaard2012-07-011-4/+14
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Globally disable PKG_CONFIG_PATHArnout Vandecappelle2012-07-011-0/+3
| | | | | | | | | | If PKG_CONFIG_PATH is set in the environment, it allows pkg-config to look for libraries outside of the buildroot tree. This is a problem both for host and target builds. To avoid it, globally set an empty PKG_CONFIG_PATH in the environment. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pkg-download: handle interrupted wget downloadsArnout Vandecappelle2012-07-011-3/+6
| | | | | | | | | | | | | | | When a wget download is interrupted, the downloaded file is still created. It will therefore not be re-downloaded in the next build, and the extraction will fail. To avoid this, download to a temporary file first and rename when the download is successful. The existing mechanism doesn't work for interrupted downloads because the whole sub-shell is interrupted, so the rm-part never gets executed. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dependencies: ensure that DESTDIR isn't set when running BuildrootThomas Petazzoni2012-06-301-0/+6
| | | | | | | | | | Having DESTDIR set in the environment before running Buildroot creates some funky problems in the build process. Prevent users from running into this kind of troubles. Cc: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xavante: bump version to 2.2.1Francois Perrad2012-06-301-1/+1
| | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wsapi: bump version to 1.5Francois Perrad2012-06-301-1/+1
| | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cgilua: bump version to 5.1.4Francois Perrad2012-06-302-3/+3
| | | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pciutils: bump to version 3.1.10Gustavo Zacarias2012-06-301-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mii-diag: remove unneded explicit static linking handlingPeter Korsgaard2012-06-291-4/+0
| | | | | | Now that it is done globally instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/Makefile.in: link statically when BR2_PREFER_STATIC_LIBPeter Korsgaard2012-06-291-0/+1
| | | | | | Instead of explicitly adding it for each package. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ncurses: build statically when BR2_PREFER_STATIC_LIBPeter Korsgaard2012-06-291-4/+7
| | | | | | | --disable-static is no more. Only try to install .so files if not configured for static linking. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* eeprog: use provided linker flags as wellPeter Korsgaard2012-06-291-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* iostat: use provided linker flags as wellPeter Korsgaard2012-06-291-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* nanocom: use provided compiler/linker flags as wellPeter Korsgaard2012-06-291-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* input-tools: use provided linker flags as wellPeter Korsgaard2012-06-291-2/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ramspeed: use provided linker flags as wellPeter Korsgaard2012-06-292-5/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* quota: fix build on uClibc with locale supportPeter Korsgaard2012-06-282-0/+7
| | | | | | Fixes http://autobuild.buildroot.net/results/508f2ee3f97dfdf782eb1c0b03c2fffb87c4953f Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* igh-ethercat: use release tarball instead of mercurial branchArnout Vandecappelle2012-06-272-16/+7
| | | | | | | | | | The Mercurial branch may change, which leads to non-reproducible builds. So download a released version instead. Also add configure option for e1000e. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mii-diag: link statically if configured to do soPeter Korsgaard2012-06-271-1/+7
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* faad2: fix frontend/faad linkingPeter Korsgaard2012-06-271-0/+2
| | | | | | Fixes http://autobuild.buildroot.net/results/84db857a6fc8e73483493e484f2cc5f4bf64f3d0 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tcpreplay: fix linking when libpcap is built with canusb supportPeter Korsgaard2012-06-271-0/+4
| | | | | | Fixes http://autobuild.buildroot.net/results/f3cee3df639a8ecf0f7f81ca33efee4e040c76ff Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tcpreplay: cleanupPeter Korsgaard2012-06-271-2/+2
| | | | | | | Drop unneeded uclibc dependency and autoreconf as patch changes configure.ac. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libpcap: canusb support needs pthreadsGustavo Zacarias2012-06-262-1/+31
| | | | | | | | | | | | canusb support in libpcap uses pthreads but the configure script doesn't account for -lpthread usage so it doesn't get added into LIBS which in turn doesn't add the appropiate entry in pcap-config, causing build failures for programs that link to libpcap that don't use pthreads themselves (for example tcpdump). Also add the conditional dependency on BR2_PACKAGE_LIBUSB for canusb. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox 1.20.1: add patches for mke2fs and psGustavo Zacarias2012-06-262-0/+142
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* samba: bump to version 3.6.6Gustavo Zacarias2012-06-261-1/+1
| | | | | | | | Bump samba to version 3.6.6 Lots of bugfixes. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* valgrind: unbreak arm support after REAL_GNU_TARGET_NAME removalPeter Korsgaard2012-06-261-1/+1
| | | | | | Fixes http://autobuild.buildroot.net/results/085aa258adc5eaaa6320f283868a185093480960 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wget: requires wchar supportPeter Korsgaard2012-06-261-0/+4
| | | | | | Fixes http://autobuild.buildroot.net/results/431853a9fda593fba41c1176ecee0bdfe38ce441 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>