Peter Korsgaard
42f985687d
gmp/mpfr: force static linking
...
Patch by Maxim Grigoriev.
GCC 4.3.x would link with the correct shared library versions, but without
any RPATH, so it ended up looking for then in /usr/lib/ at runtime.
This is less than good, as the version there might not be compatible, and
even worse for distributions like Ubuntu, which doesn't install those
libs by default, the build breaks.
Fix it by forcing static linking instead.
2009-02-09 13:01:32 +00:00
Peter Korsgaard
421b354ce2
vim: cleanup sed invocation
2009-02-08 11:00:44 +00:00
Peter Korsgaard
45c8d20378
alsa-lib: make python option depend on python
...
As discussed on the list.
2009-02-07 06:57:29 +00:00
Peter Korsgaard
a54e0dd97f
mpg123: remove unused mpg123x target (debug?)
2009-02-05 13:24:22 +00:00
Peter Korsgaard
2c89d7aeb6
mpg123: remove arm funroll-loops workaround
...
Fixed by toolchain patch.
2009-02-05 13:24:18 +00:00
Peter Korsgaard
d41e54e694
mpg123: cleanup unused hunk after r25004
2009-02-05 13:24:07 +00:00
Peter Korsgaard
c74eee7fe4
mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)
2009-02-05 13:24:01 +00:00
Peter Korsgaard
4fc25fcf10
tremor: strip target lib
2009-02-04 23:51:11 +00:00
Peter Korsgaard
5b1dbd2031
microperl: strip target binary
2009-02-04 23:51:06 +00:00
Peter Korsgaard
0d149d98d5
alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON
...
Tell it where to find the python headers.
2009-02-04 23:15:42 +00:00
Peter Korsgaard
c0dfdc21f9
package/: remove obsolete ltt package
...
As discussed on the list.
2009-02-04 12:56:35 +00:00
Ulf Samuelsson
25b41e7e6a
Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2
2009-02-02 07:24:48 +00:00
Ulf Samuelsson
8bfd360ac6
Mark ltt as broken (all versions of tarball removed from SITE), package obsolete
2009-02-02 07:20:54 +00:00
Peter Korsgaard
a1523adcad
alsa-lib: clean up makefile
...
As discussed on the list. I suspect the ARM abi thing isn't needed anymore
now we use the correct abi in the first place, but I'll leave it in until
after the release.
2009-02-01 19:37:14 +00:00
Peter Korsgaard
91f780bc05
mpfr: bump version
...
I know that changing something as fundamental as mpfr this close to the
release isn't really ideal, but it's listed as the minimum version
for gcc 4.3.x:
http://gcc.gnu.org/install/prerequisites.html
Bernhard's tree has been using 2.3.2 since October, so the risk is probably
not that big though.
2009-02-01 19:37:09 +00:00
Peter Korsgaard
f3b9454a19
busybox: additional 1.13.2 fixes
2009-02-01 19:36:56 +00:00
Ulf Samuelsson
32521c03bd
Do not overwrite user configuration
2009-02-01 16:10:47 +00:00
Peter Korsgaard
1fb44d3bfd
dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)
...
It was a bogus revert.
2009-01-31 22:53:35 +00:00
Ulf Samuelsson
f777dee1d4
Unbreak Peters 'fixes' to dbus for a second time
2009-01-31 21:01:24 +00:00
Peter Korsgaard
9e7881ccc9
x11r7: make xman and xcb-util visible in Kconfig
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-31 19:08:20 +00:00
Peter Korsgaard
398dfc42b7
dbus: revert to pre-r25021 situation
...
Revert to pre-r25021 situation, but add extra comments explaining the
situation.
2009-01-31 18:39:55 +00:00
Peter Korsgaard
657563f2d7
ntp: fix time sync issue
...
Fix for https://support.ntp.org/bugs/show_bug.cgi?id=769 - Patch from gentoo.
2009-01-31 18:39:49 +00:00
Ulf Samuelsson
8bf5071cf3
dbus dependencies needs to be ready before ./configure
2009-01-31 12:02:40 +00:00
Ulf Samuelsson
caa31fcc62
Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to break, feedback to AVR32 compiler team will be sent
2009-01-31 10:18:23 +00:00
Peter Korsgaard
9ce75bf893
dbus: fix xml dependency and stop continous rebuilds
2009-01-30 13:54:47 +00:00
Peter Korsgaard
e4051615c4
dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works but may need refinement)
...
As discussed on the list - Too complicated and wrong.
2009-01-30 13:54:42 +00:00
Peter Korsgaard
92bd25c9eb
toolchain: fix up GNU_TARGET_NAME link and target_utils location
...
The GNU_TARGET_NAME symlink and target_utils location were not correctly
adjusted to match the move of the toolchain to $(STAGING_DIR)/usr,
creating dangling symlinks.
2009-01-30 13:34:42 +00:00
Daniel Laird
b8d6dff991
qte.mk: Add a 'comment' to indicate the need for NPTL threads
...
Make sure the developer is informed why a package is not
visable and that they need to have a NPTL enabled
toolchain.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-30 11:30:21 +00:00
Daniel Laird
777de7caa5
qte.mk: Use depends on for toolchain features
...
Buildroot is adopting depends on for toolchain features and
select for packages. Make this change in this file.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-30 10:49:59 +00:00
Peter Korsgaard
a72794391a
readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/
...
Package configs should start with BR2_PACKAGE_.
2009-01-30 09:54:59 +00:00
Peter Korsgaard
ebf47824cc
readline: remove BR2_PACKAGE_READLINE_TARGET configuration option
...
Other packages don't have this, and several packages are depending on
readline where they actually want readline-target instead.
2009-01-30 09:50:13 +00:00
Peter Korsgaard
7eec8ea560
readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configuration
...
Header files on target is globally controlled by BR2_HAVE_DEVFILES.
2009-01-30 09:50:02 +00:00
Ulf Samuelsson
4b25f84ab9
Fix dbus dependency on libxml2, without rebuild, works but may need refinement
2009-01-30 07:40:14 +00:00
Peter Korsgaard
ae46e5bc89
mysql-client: remove test / benchmark stuff from target (saves ~70MB)
2009-01-29 21:33:32 +00:00
Peter Korsgaard
97515c6cae
sqlite: bump version
...
Fixes several database corruption bugs
2009-01-29 19:49:22 +00:00
Peter Korsgaard
6e7f92310a
busybox: rebuild if .config changed
...
As reported on irc - Fixes busybox-menuconfig
2009-01-29 11:29:49 +00:00
Peter Korsgaard
85d756d5cc
busybox: remove unused handling of ancient versions no longer in BR
2009-01-29 11:27:20 +00:00
Peter Korsgaard
8186a3edee
gamin: fix build
...
Dependencies were wrong, and it didn't build without largefile support.
2009-01-29 10:13:02 +00:00
Peter Korsgaard
d459b1bc3d
Add radvd to the list of packages
...
Add radvd, the IPv6 router advertisement daemon.
Signed-off-by: Amand Tihon <amand.tihon@alrj.org>
2009-01-28 21:38:49 +00:00
Peter Korsgaard
2389a4591b
xpdf: depends on freetype, so select it in kconfig as well
2009-01-28 20:09:03 +00:00
Daniel Laird
30f4e13c03
autoconf.mk: Bounce version to 2.63
...
Have been having various issues with multiple jobs (-jX) and building
autoconf. Turns out that v2.63 has fixed this. So bounce version
to a working version.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-28 15:35:39 +00:00
Peter Korsgaard
c8cfd7b510
alsa-lib: fix build with largefile on 32bit archs
...
Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working
with upstream to get it fixed. Patch from alsa-lib.git.
2009-01-28 15:33:08 +00:00
Peter Korsgaard
7b83993c3e
avahi-autoipd: fix issue with repeated builds
...
The avahi-autoipd target install step adds /var/lib/avahi-autoipd as a
symlink to /tmp/avahi-autoipd, which is fine, except if your /var/lib is
already a symlink to /tmp (E.G. like the default target_skeleton is).
If that's the case, then you end up adding a /tmp/avahi-autoipd symlink
pointing to itself, causing subsequent builds to fail
(Too many levels of symbolic links in the ln -sf call). Fix it by simply
first removing the symlink if it's there.
2009-01-28 15:12:05 +00:00
Nigel Kukard
d608e26d48
xfs is a mainline filesystem with no alternative regarding tools in busybox, remove depend on deprecated
2009-01-28 13:16:27 +00:00
Nigel Kukard
1c5e72a98c
* Cleanup of prefix
2009-01-28 13:14:51 +00:00
Peter Korsgaard
45616607b4
Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1)
...
As requested on irc.
2009-01-28 06:32:28 +00:00
Peter Korsgaard
0441f3c64b
webkit: depend on C++ + wchar support in toolkit, as icu needs it
2009-01-27 15:10:08 +00:00
Peter Korsgaard
c6da11ea45
webkit: don't depend on X server
2009-01-27 15:02:40 +00:00
Peter Korsgaard
0053483c96
libxml2: stop continous rerun of post-extract target
...
Touch stamp file (seems to have been missed by r23656).
2009-01-27 15:02:34 +00:00
Peter Korsgaard
b84a6adc28
icu: needs wchar support in toolchain as well
2009-01-27 15:02:29 +00:00