Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add radvd to the list of packages | Peter Korsgaard | 2009-01-28 | 4 | -0/+47 |
| | | | | | | Add radvd, the IPv6 router advertisement daemon. Signed-off-by: Amand Tihon <amand.tihon@alrj.org> | ||||
* | xpdf: depends on freetype, so select it in kconfig as well | Peter Korsgaard | 2009-01-28 | 1 | -0/+1 |
| | |||||
* | autoconf.mk: Bounce version to 2.63 | Daniel Laird | 2009-01-28 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | alsa-lib: fix build with largefile on 32bit archs | Peter Korsgaard | 2009-01-28 | 1 | -0/+30 |
| | | | | | Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working with upstream to get it fixed. Patch from alsa-lib.git. | ||||
* | avahi-autoipd: fix issue with repeated builds | Peter Korsgaard | 2009-01-28 | 1 | -0/+1 |
| | | | | | | | | | | | 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. | ||||
* | xfs is a mainline filesystem with no alternative regarding tools in busybox, ↵ | Nigel Kukard | 2009-01-28 | 1 | -1/+0 |
| | | | | remove depend on deprecated | ||||
* | * Cleanup of prefix | Nigel Kukard | 2009-01-28 | 1 | -4/+1 |
| | |||||
* | Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1) | Peter Korsgaard | 2009-01-28 | 1 | -6/+9 |
| | | | | As requested on irc. | ||||
* | webkit: depend on C++ + wchar support in toolkit, as icu needs it | Peter Korsgaard | 2009-01-27 | 1 | -0/+4 |
| | |||||
* | webkit: don't depend on X server | Peter Korsgaard | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | libxml2: stop continous rerun of post-extract target | Peter Korsgaard | 2009-01-27 | 1 | -0/+1 |
| | | | | Touch stamp file (seems to have been missed by r23656). | ||||
* | icu: needs wchar support in toolchain as well | Peter Korsgaard | 2009-01-27 | 1 | -2/+3 |
| | |||||
* | icu: add project url to help text | Peter Korsgaard | 2009-01-27 | 1 | -0/+2 |
| | |||||
* | icu: needs C++ support in toolchain | Peter Korsgaard | 2009-01-27 | 1 | -0/+4 |
| | |||||
* | webkit: revert r24983 (Disable webkit (with comment) if X is not available) | Peter Korsgaard | 2009-01-27 | 1 | -6/+1 |
| | | | | Webkit doesn't need X. | ||||
* | alsa-lib: fix typo in -source target | Peter Korsgaard | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | libcgicc: don't build demos | Peter Korsgaard | 2009-01-26 | 2 | -38/+1 |
| | | | | And remove unneeded patch for demos while we're at it. | ||||
* | libcgicc: install to usr/lib | Peter Korsgaard | 2009-01-26 | 1 | -12/+4 |
| | |||||
* | package/: depend on toolchain C++ config, don't use select | Peter Korsgaard | 2009-01-26 | 3 | -3/+13 |
| | | | | select should only be used for package (library) dependencies. | ||||
* | libcgicc: depend on toolchain config, don't use select | Peter Korsgaard | 2009-01-26 | 1 | -1/+4 |
| | | | | select should only be used for package (library) dependencies. | ||||
* | libglib2: move HOST_GLIB detection to glib package | Peter Korsgaard | 2009-01-26 | 1 | -0/+4 |
| | | | | | Makes more sense to have it here, and easier to change once we start building host-glib. | ||||
* | libglib2: halt build early with description if host glib-genmarshal isn't found | Peter Korsgaard | 2009-01-26 | 1 | -0/+7 |
| | |||||
* | acpid: remove unused legacy patches | Peter Korsgaard | 2009-01-26 | 2 | -22/+0 |
| | | | | As discussed on the list. | ||||
* | liboil: don't build examples | Peter Korsgaard | 2009-01-26 | 2 | -9/+0 |
| | |||||
* | mplayer: add -fomit-frame-pointer for i386 | Peter Korsgaard | 2009-01-26 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | This seems to be required to compile some of the inline asm. This solves the following compiler errors: h264.c: In function 'decode_cabac_residual': h264.c:6158: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type cabac.h: In function 'get_cabac_noinline': cabac.h:513: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' cabac.h:513: error: 'asm' operand has impossible constraints While searching several weeks ago, I hit the following URL, which unfortunately currently doesn't seem to work anymore and I can't remember what the bug was about. Also see http://bugs.uclibc.org/view.php?id=4604 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | mplayer: add patch due to missing sys/timeb.h | Peter Korsgaard | 2009-01-26 | 1 | -0/+12 |
| | | | | | | | | | | | This include file is only available, if uClibc is compiled with UCLIBC_SUSV3_LEGACY defined and ftime() is not needed in this part of mplayer at all. This solves the following compiler error: win32.c:67:23: error: sys/timeb.h: No such file or directory Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | libsexy: remove trailing newline from r24996 | Peter Korsgaard | 2009-01-26 | 1 | -1/+0 |
| | |||||
* | asterisk: mark as BROKEN and remove obsolete patch | Peter Korsgaard | 2009-01-26 | 2 | -15/+1 |
| | | | | | Asterisk seems to have moved to a auto* build system, so the .mk has to be more or less completely rewritten. | ||||
* | irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED | Peter Korsgaard | 2009-01-26 | 1 | -2/+2 |
| | | | | Or we should simply delete the dir. | ||||
* | mysql_client: fix deps and clean up configure args | Peter Korsgaard | 2009-01-26 | 2 | -5/+8 |
| | | | | mysql client needs ncurses, readline and C++ | ||||
* | Add help for packages without AVR32 support | Ulf Samuelsson | 2009-01-26 | 14 | -0/+42 |
| | |||||
* | Add comment on brokenness of Asterisk | Ulf Samuelsson | 2009-01-26 | 1 | -0/+4 |
| | |||||
* | deprecate libfloat, package is obsolete | Ulf Samuelsson | 2009-01-26 | 1 | -0/+1 |
| | |||||
* | Deprecate ltt, package is obsolete and replaced by ltt-ng | Ulf Samuelsson | 2009-01-26 | 1 | -0/+3 |
| | |||||
* | Deprecate modutils, only for ancient 2.4 kernels | Ulf Samuelsson | 2009-01-26 | 1 | -0/+1 |
| | |||||
* | Deprecate irda-utils, makefile totally broken | Ulf Samuelsson | 2009-01-26 | 1 | -1/+3 |
| | |||||
* | Deprecate xfsprogs, no support for XFS in Buildroot | Ulf Samuelsson | 2009-01-26 | 2 | -1/+2 |
| | |||||
* | reinstitute comment thaat spooler does not work | Ulf Samuelsson | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | Add explanation why examples are disabled for liboil | Ulf Samuelsson | 2009-01-25 | 1 | -0/+4 |
| | |||||
* | Avoid the use of subshell in microperl | Ulf Samuelsson | 2009-01-25 | 1 | -1/+1 |
| | |||||
* | Fix exec-prefix for libeXosip2 | Ulf Samuelsson | 2009-01-25 | 1 | -5/+1 |
| | |||||
* | exec-profix fix for cups | Ulf Samuelsson | 2009-01-25 | 1 | -10/+2 |
| | |||||
* | Fix spelling error, causing php to use host includes, add patching and ↵ | Ulf Samuelsson | 2009-01-25 | 1 | -1/+5 |
| | | | | unpacked targets | ||||
* | Stop dbus continuos rebuild, fix deps | Ulf Samuelsson | 2009-01-25 | 1 | -2/+8 |
| | |||||
* | Make cups build, support perl/php option | Ulf Samuelsson | 2009-01-25 | 1 | -11/+71 |
| | |||||
* | Support libiconv option for popt | Ulf Samuelsson | 2009-01-25 | 1 | -3/+9 |
| | |||||
* | Use prefix=/usr for libeXosip2 | Ulf Samuelsson | 2009-01-25 | 1 | -4/+4 |
| | |||||
* | qtopia4: fix and improve color/pixel depths config | Peter Korsgaard | 2009-01-25 | 2 | -8/+78 |
| | | | | | | | Also fix whitespace and use an existing variable for qmake.conf, which was forgotten in r23828, though it's only commented out. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | Makefile: globally define variables used at different places | Peter Korsgaard | 2009-01-25 | 1 | -6/+0 |
| | | | | | | $(comma) and $(space) are used in packages and the toolchain. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | Part of NcFTP depends on ncurses, create dependencies, if needed | Ulf Samuelsson | 2009-01-25 | 2 | -3/+10 |
| |