Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-26 | liboil: don't build examples | Peter Korsgaard | |
2009-01-26 | mplayer: add -fomit-frame-pointer for i386 | Peter Korsgaard | |
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> | |||
2009-01-26 | mplayer: add patch due to missing sys/timeb.h | Peter Korsgaard | |
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> | |||
2009-01-26 | libsexy: remove trailing newline from r24996 | Peter Korsgaard | |
2009-01-26 | asterisk: mark as BROKEN and remove obsolete patch | Peter Korsgaard | |
Asterisk seems to have moved to a auto* build system, so the .mk has to be more or less completely rewritten. | |||
2009-01-26 | irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED | Peter Korsgaard | |
Or we should simply delete the dir. | |||
2009-01-26 | mysql_client: fix deps and clean up configure args | Peter Korsgaard | |
mysql client needs ncurses, readline and C++ | |||
2009-01-26 | Add help for packages without AVR32 support | Ulf Samuelsson | |
2009-01-26 | Add comment on brokenness of Asterisk | Ulf Samuelsson | |
2009-01-26 | deprecate libfloat, package is obsolete | Ulf Samuelsson | |
2009-01-26 | Deprecate ltt, package is obsolete and replaced by ltt-ng | Ulf Samuelsson | |
2009-01-26 | Deprecate modutils, only for ancient 2.4 kernels | Ulf Samuelsson | |
2009-01-26 | Deprecate irda-utils, makefile totally broken | Ulf Samuelsson | |
2009-01-26 | Deprecate xfsprogs, no support for XFS in Buildroot | Ulf Samuelsson | |
2009-01-25 | reinstitute comment thaat spooler does not work | Ulf Samuelsson | |
2009-01-25 | Add explanation why examples are disabled for liboil | Ulf Samuelsson | |
2009-01-25 | Avoid the use of subshell in microperl | Ulf Samuelsson | |
2009-01-25 | Fix exec-prefix for libeXosip2 | Ulf Samuelsson | |
2009-01-25 | exec-profix fix for cups | Ulf Samuelsson | |
2009-01-25 | Fix spelling error, causing php to use host includes, add patching and ↵ | Ulf Samuelsson | |
unpacked targets | |||
2009-01-25 | Stop dbus continuos rebuild, fix deps | Ulf Samuelsson | |
2009-01-25 | Make cups build, support perl/php option | Ulf Samuelsson | |
2009-01-25 | Support libiconv option for popt | Ulf Samuelsson | |
2009-01-25 | Use prefix=/usr for libeXosip2 | Ulf Samuelsson | |
2009-01-25 | qtopia4: fix and improve color/pixel depths config | Peter Korsgaard | |
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> | |||
2009-01-25 | Makefile: globally define variables used at different places | Peter Korsgaard | |
$(comma) and $(space) are used in packages and the toolchain. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2009-01-25 | Part of NcFTP depends on ncurses, create dependencies, if needed | Ulf Samuelsson | |
2009-01-25 | liboil make fails on ARM with release toolset for a few unneeded examples ↵ | Ulf Samuelsson | |
due to use of hidden __clz_tab, do not build them for now, but problem may need further examination | |||
2009-01-25 | Fix make problems with perl | Ulf Samuelsson | |
2009-01-24 | Make toolchain configration to fix mpg123 global and move to Makefile | Ulf Samuelsson | |
2009-01-24 | mpg123: remove unused legacy patch | Peter Korsgaard | |
2009-01-24 | freetype: fix typo | Peter Korsgaard | |
2009-01-24 | Add fix to mpg123 for bug in ARM release toolchain causing segment ↵ | Ulf Samuelsson | |
violation, bug reported to gcc bugzilla | |||
2009-01-24 | freetype: only depend on zlib if it is available | Peter Korsgaard | |
The dependency is only there so zlib gets built before freetype if it's available (for shared configure cache) | |||
2009-01-24 | libsexy: unbreak build | Peter Korsgaard | |
libsexy doesn't depend on libX11, but it does need libxml2. | |||
2009-01-24 | Revert r24982 (Disable libsexy (with comment) if X is not available) | Peter Korsgaard | |
It's wrong, libsexy doesn't depend on an X server. | |||
2009-01-24 | Make sure libdnet does not find unsupported libcheck, in host | Ulf Samuelsson | |
2009-01-23 | Fix static lib dep for ncurses | Ulf Samuelsson | |
2009-01-23 | package/: remove deprecated and broken raidtool2 package | Peter Korsgaard | |
2009-01-23 | Use default configure options to allow sawman build to complete with ccache | Ulf Samuelsson | |
2009-01-23 | Disable webkit (with comment) if X is not available | Ulf Samuelsson | |
2009-01-23 | Disable libsexy (with comment) if X is not available | Ulf Samuelsson | |
2009-01-23 | gst-plugins-good: Fix style issues and use of --disable-png. | Daniel Laird | |
Update ordering and configure options. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2009-01-22 | Add workarounds for alsa-utils | Ulf Samuelsson | |
2009-01-22 | Use /usr/lib for ncurses instead of /lib | Ulf Samuelsson | |
2009-01-22 | Use /usr/lib for slang instead of /lib | Ulf Samuelsson | |
2009-01-22 | package/multimedia/gst-plugins-good/Config.in | Daniel Laird | |
package/multimedia/gst-plugins-good/gst-plugins-good.mk Always disable ESD Move JPEG/PNG Add BZIP2/ZLIB options as posted by Markus Add LIBXML2 dependency for annodex Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2009-01-22 | package/multimedia/gst-plugins-good/Config.in | Daniel Laird | |
Use select instead of depends on as it makes clear what people need rather than hiding options based on choices they dont know they need to make. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2009-01-22 | Make sure ln command does not break if link exist | Ulf Samuelsson | |
2009-01-21 | libconfuse: fix build by removing -Werror flag | Peter Korsgaard | |