Peter Korsgaard
8e881e2def
iproute2: drop unneeded Werror handling
...
Upstream has dropped -Werror since the 3.12 release, so there's no point in
us sed'ing it away:
https://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/commit/?id=3140e9a3a343d37a8d828ee27e16ad9f3f9ab389
Reported-by: Romain Naour <romain.naour@openwide.fr >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-25 22:25:21 +02:00
Fabio Porcedda
0d60c441aa
packages/flite: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-25 22:22:33 +02:00
Fabio Porcedda
ddb4144d0c
package/libjpeg: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-25 22:20:48 +02:00
Fabio Porcedda
f12d5da0dd
package/directfb: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-25 22:19:30 +02:00
Fabio Porcedda
9bd5cfab61
package/knock: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-25 22:18:10 +02:00
Fabio Porcedda
dc20ce9edf
package/udpcast: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-25 22:16:26 +02:00
Samuel Martin
4d5f9f4b73
package/efl/libelementary: disable on static lib only build
...
libelementary sources include dlfcn.h header when HAVE_FORK symbol is defined;
this is always the case because efl already depends on BR2_USE_MMU.
Fixes:
http://autobuild.buildroot.org/results/07c/07c97918dab24215f5c5130a9cd2788adca0a27d/
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-25 22:07:57 +02:00
Yann E. MORIN
4f1542782c
package/php: fix build without threads and pcre
...
The pcre library bundled in php is not configurable through the usual
--enable/disable options, but wants to be thread-safe by default, so it
wants to use pthreads (uncludes pthread.h and uses pthread_* functions).
So, just override the default configuration to explicitly require the
bundled pcre library be single-threaded when we have no thread and are
not using the external pcre library.
Fixes:
http://autobuild.buildroot.org/results/f50/f50f4e569466ad74e49a3eac9ea2e6cfc4dd30e3/
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Floris Bos <bos@je-eigen-domein.nl >
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Cc: Peter Korsgaard <jacmet@uclibc.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-25 22:03:07 +02:00
Peter Korsgaard
43713266cf
gptfdisk: ensure correct libintl/libiconv build order
...
Fixes:
http://autobuild.buildroot.net/results/c7d/c7d48554d76e39cbdf715721ae51e3516a99f97e/
We're explicitly linking against libintl/libiconv if enabled when linking
statically, but weren't ensuring that those libraries had already been built
before gptfdisk leading to linker issues.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-25 21:58:03 +02:00
Yann E. MORIN
1a59eb4664
package/ipmiutil: really disable lanplus
...
Fixes:
http://autobuild.buildroot.org/results/04a/04a1c48d484debd7894fd32997ed50d3a0110b93/
Due to weird constructs in the Makefiles, lanplus is always built, even
when explicitly disabled with --disable-lanplus .
So, add a patch to enforce disabling lanplus. We're doing an at-minima
patch just for the upcoming Buildroot release, and to avoid diverging
too far from upstream...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Peter Korsgaard <jacmet@uclibc.org >
Cc: Romain Naour <romain.naour@openwide.fr >
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-24 23:49:24 +02:00
Yann E. MORIN
da4b584f86
package/ipmiutil: disable parallel build
...
ipmiutil has a race when generating the object files and the executable,
because it uses very odd (to say the least) constructs in its
Makefile.am, leading to improper dependency-tracking.
Since impmiutil is pretty small, and because it is just mindbloggingly
complex to fix its Makefile.am, just disable parallel build.
Fixes:
http://autobuild.buildroot.org/results/661/661373306d0440aaea67e394fbbfc47fd4481589/
http://autobuild.buildroot.org/results/a6c/a6c5f9d8e0e0bad27b8ca1fa217bfda4216f2cd8/
http://autobuild.buildroot.org/results/f0b/f0bbbd54349b5239872d6de185e16c1d90b3f779/
http://autobuild.buildroot.org/results/20c/20c09695481c3d1030852330c1d1f1f9489f1f41/
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Peter Korsgaard <jacmet@uclibc.org >
Cc: Romain Naour <romain.naour@openwide.fr >
Cc Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-24 23:36:19 +02:00
Yann E. MORIN
fdbe1b0a0f
package/libgsasl: fix typo in variable name
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-24 23:34:21 +02:00
Peter Korsgaard
6fe42d07fa
gptfdisk: fix static linking issue with iconv
...
Fixes:
http://autobuild.buildroot.net/results/e89/e891a5bab72690a530781ad87d5804a53a209b5c/
Similar to libintl, some of the gptfdisk dependencies may link against
libiconv, so we need to do so as well when linking statically.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-22 14:49:32 +02:00
Peter Korsgaard
c6ce119cb0
Update for 2015.05-rc3
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015.05-rc3
2015-05-22 11:53:58 +02:00
Michał Leśniewski
e3904a890d
fs/jffs2: Fix mkfs.jffs2 --pagesize parameter usage
...
Fixes #8186
Mkfs.jffs2 accepts a --pagesize parameter, which allows specifying the size
of the virtual memory page size of the target machine, where the image will
be used. (This is the value of the PAGE_SIZE macro in Linux.) In most cases
the parameter doesn't need to be set as the default value of 4 kB is usually
correct.
The parameter was used incorrectly in Buildroot -- it was set to the page
size of flash memory chip -- this commit fixes this problem. Now the
--pagesize parameter is not used at all (unless the user explicitly chooses
to use a custom value during configuration). All existing defconfigs were
corrected to match the new configuration variable names.
[Peter: reword, add Config.in.legacy handling]
Signed-off-by: Michał Leśniewski <mlesniew@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-22 11:36:00 +02:00
Baruch Siach
e8f4f052b1
tiff: add hash
...
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-22 07:58:54 +02:00
Baruch Siach
435dfee047
gdk-pixbuf: fix static build with libtiff
...
Fixes:
http://autobuild.buildroot.net/results/ce6/ce61d5aaf5dfdda92fcecb08a30b6093926d6f01/
http://autobuild.buildroot.net/results/76b/76b550da06fe547716f089e46d96a1406043268a/
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-22 07:58:51 +02:00
Samuel Martin
754f0015c8
package/protobuf: autoreconf is now needed
...
Since its update, the *_SITE points to the git repository, so configure
script is not generated in this tarball.
Fixes:
http://autobuild.buildroot.org/results/ccb/ccba6d8c73b5e826b86065b77b3fe5077db7b99c/
http://autobuild.buildroot.org/results/57e/57ea34e9b48293075e10f0dd2331de2785730827/
and many more...
[Peter: drop redundant HOST_*_AUTORECONF]
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-22 07:30:54 +02:00
Peter Korsgaard
8bee6ae663
newt: not available for static only builds
...
Fixes:
http://autobuild.buildroot.net/results/a40/a400e1fe7291d3bd3171ad04ce5fd7ba235d39af/
http://autobuild.buildroot.net/results/ec3/ec38d0f1d1faa2a87321bab10f87772eb819adc9/
http://autobuild.buildroot.net/results/7cb/7cbc8cd265d527c7b56d57e511903b23a4a84489/
newt uses autoconf but not automake, and unconditionally tries to build a
.so file - So it doesn't work in static only builds.
The only reverse dependency is network-manager, which already depends on
glibc.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-22 00:32:31 +02:00
Peter Korsgaard
fa4d2a66d7
rpi-userland: not available for static only builds
...
Fixes:
http://autobuild.buildroot.net/results/e9e/e9ea569b5fe6fd875b3fa8f4eee82e3fddd95e90/
http://autobuild.buildroot.net/results/c97/c97f7df043469bc51ebbb41ddf30f8e82d4e6bb5/
http://autobuild.buildroot.net/results/ba8/ba82769109f205123834627bbf782bd1811ea43e/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-22 00:20:39 +02:00
Peter Korsgaard
1ae0e16afd
neardal: properly quote output of pkg-config
...
Commit 5504039c4e (neardal: fix readline/libedit detection with static
linking) added the output of pkg-config to the LIBS shell variable without
adding quotes around it, breaking the logic if the output would ever consist
of more than 1 word.
Now, pkg-config --libs ncurses currently only outputs '-lncurses', so
nothing is really broken (for now atleast), but lets add the quotes before
it does or the syntax gets copied somewhere else where it does.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-22 00:04:32 +02:00
Peter Korsgaard
dea306c78b
portaudio: fix static linking issue with portaudio
...
Fixes:
http://autobuild.buildroot.net/results/25f/25f8088ecb276ff4559a56fcc4f1b92d11f7deac/
As opposed to the other audio backends, the configure script does NOT use
pkg-config to figure out how to link with portaudio, breaking static linking
as portaudio uses pthreads.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-22 00:00:05 +02:00
Peter Korsgaard
f84f204df5
jack2: not available for static only builds
...
Fixes:
http://autobuild.buildroot.net/results/e53/e537a500852ddb8aa0b1155ea9bc8a17636dd50d/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-21 23:41:13 +02:00
Mirko Langisch
41793eabfd
exim: enable plaintext and cram-md5 authenticators
...
Fixes #8126
Signed-off-by: Mirko Langisch <pud@nerdpunx.net >
Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-21 23:22:53 +02:00
Peter Korsgaard
dc587bf92c
iproute2: ensure TARGET_LDFLAGS are used
...
Otherwise we can end up with various linker issues (E.G. linking shared
against libc for a static build, ..).
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-21 23:22:52 +02:00
Peter Korsgaard
a9aa2ba02f
iproute2: needs host-pkgconf
...
The (handwritten) configure script uses pkg-config, so ensure it is
available.
With this in place XT and IPT_LIB_DIR detection works correctly, so drop the
overrides.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-21 23:22:52 +02:00
Baruch Siach
72e548a480
iproute2: disable xtables on static build
...
iproute2 always builds m_xt.so as a shared library.
Fixes:
http://autobuild.buildroot.net/results/f42/f42bbbf5be4594a8806d0e571586ce2bf119582d/
http://autobuild.buildroot.net/results/3b3/3b37871bdf5766677fc20dca22c13177091d104f/
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-21 23:22:52 +02:00
Bernd Kuhls
6f68dca626
package/protobuf: Update site url
...
Package moved to github:
https://developers.google.com/protocol-buffers/docs/downloads
"Our old Google Code repositiory is: https://code.google.com/p/protobuf/ .
We moved to github on Aug 26, 2014 [...]"
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-21 23:22:52 +02:00
Bernd Kuhls
1b16576216
package/qemu: Compare host/target Linux version only during build phase
...
This patch fixes an error during source-check.
Thanks to Thomas for the hint:
http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/116183
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-21 22:56:21 +02:00
Bernd Kuhls
fd25b01289
package/apr: Add libuuid as optional dependency
...
libuuid is picked up by apr when present:
Checking for OS UUID Support...
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for library containing uuid_generate... -luuid
checking for uuid_generate... yes
checking for os uuid usability... yes
$ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/libapr-1.so | grep libuuid
0x00000001 (NEEDED) Shared library: [libuuid.so.1]
[Thomas: move the added chunk a bit further down, and use += instead
of =.]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-21 22:47:44 +02:00
Bernd Kuhls
d3372fb39f
package/leafnode2: Update upstream URL
...
Upstream URL has changed:
http://article.gmane.org/gmane.network.leafnode/4773
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-21 12:08:29 +02:00
Yann E. MORIN
7541b28aa7
package/sqlite: fix parallel build failures
...
Fixes:
http://autobuild.buildroot.org/results/aed/aed3690689b60844e3278626da3c3eb75f2a2586/
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-21 12:06:11 +02:00
Bernd Kuhls
f7f978c7c3
package/snmppp: Update site url
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-21 11:58:45 +02:00
Fabio Porcedda
4a28007841
package/unionfs: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-20 23:30:29 +02:00
Fabio Porcedda
c9ccbeb18b
package/usbredir: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-20 23:30:26 +02:00
Fabio Porcedda
0dd68ea1b0
package/ushare: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-20 23:30:22 +02:00
Fabio Porcedda
c4da7ca088
package/ux500-firmware: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-20 23:30:19 +02:00
Fabio Porcedda
d024ca3e04
package/vpnc: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-20 23:30:17 +02:00
Fabio Porcedda
fad2721d90
package/wsapi: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-20 23:30:13 +02:00
Fabio Porcedda
065b739bf9
package/wavpack: add hash file
...
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-20 23:30:00 +02:00
Baruch Siach
d38b6b2e1a
qt5base: remove never set QT5BASE_CONFIGURE_ENV
...
Since 1b54fbc925 (qt5base: fix postgresql plugin compile, 2015-02-19)
QT5BASE_CONFIGURE_ENV is never set. Remove it.
Cc: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Reviewed-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-20 23:28:29 +02:00
Max Filippov
086537a509
gcc: fix PR 65730 (ICE on xtensa cores w/o hardware multiplication)
...
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-20 23:27:30 +02:00
Romain Naour
914c950df3
package/libsigrok: blacklist CS powerpc toolchains
...
Even though BR2_PACKAGE_LIBSIGROKCXX is selected, the C++
binding is disabled due to lack of C++11 support in the toolchain.
Configure output:
Enabled language bindings:
- C++............................. no (C++11 compiler required)
So disable libsigrok C++ binding and pulseview for CS powerpc toolchains.
Fixes:
http://autobuild.buildroot.net/results/737/737453011ac0d13ab197258171ffa0f81bc4c368/
[Thomas: use 'depends on !foo && !bar' instead of 'depends on !(foo ||
bar)', seems it looks more logical in this situation.]
Signed-off-by: Romain Naour <romain.naour@openwide.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-20 23:25:53 +02:00
Samuel Martin
ffee06d2e3
package/freerdp: fix build with gstreamer support
...
FreeRDP with gstreamer support enabled needs gstreamer and gst-plugins-base
with gstapp.
Fixes:
http://autobuild.buildroot.net/results/937/9373d4238bc3f027e571581bd3531018c4faed91/
http://autobuild.buildroot.org/results/f77/f77a2c9eea7973b54a22e12ab33ee8964adaddfd/
Signed-off-by: Samuel Martin <s.martin49@gmail.com >
Tested-by: Gergely Imreh <imrehg@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-05-20 23:20:53 +02:00
Floris Bos
50a34eeb1b
php: bump version to 5.6.9
...
Signed-off-by: Floris Bos <bos@je-eigen-domein.nl >
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-20 13:13:50 +02:00
Floris Bos
24d340fd46
php: add PHP_VERSION_MAJOR variable
...
Add PHP_VERSION_MAJOR variable to php.mk for use by other packages.
E.g. to install the Ioncube loader binary, it is necessary to
know the PHP major version.
Signed-off-by: Floris Bos <bos@je-eigen-domein.nl >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-20 13:13:35 +02:00
Peter Korsgaard
7a149cc623
linux: bump default to version 4.0.4
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-19 22:05:31 +02:00
Peter Korsgaard
c204c8cd35
linux-headers: bump 3.10.x / 3.14.x / 4.0.x stable versions
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-19 22:04:27 +02:00
Floris Bos
d21090dcef
php: fpm: remove sample status page
...
php-fpm installs a sample status page to $datadir/fpm/status.html
It is not of any use in that directory, so remove it from target.
If someone wants to use it, he can copy it to webroot manually.
Signed-off-by: Floris Bos <bos@je-eigen-domein.nl >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-19 22:02:50 +02:00
Floris Bos
ccbeeb8a8c
php: enable opcache extension in php.ini if selected
...
Add a line to load the opcache extension in php.ini, at the
bottom of the "dynamic extensions" section.
Signed-off-by: Floris Bos <bos@je-eigen-domein.nl >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2015-05-19 21:41:10 +02:00