summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* libcgicc: install to usr/libPeter Korsgaard2009-01-261-12/+4
|
* package/: depend on toolchain C++ config, don't use selectPeter Korsgaard2009-01-263-3/+13
| | | | select should only be used for package (library) dependencies.
* libcgicc: depend on toolchain config, don't use selectPeter Korsgaard2009-01-261-1/+4
| | | | select should only be used for package (library) dependencies.
* libglib2: move HOST_GLIB detection to glib packagePeter Korsgaard2009-01-261-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 foundPeter Korsgaard2009-01-261-0/+7
|
* acpid: remove unused legacy patchesPeter Korsgaard2009-01-262-22/+0
| | | | As discussed on the list.
* liboil: don't build examplesPeter Korsgaard2009-01-262-9/+0
|
* mplayer: add -fomit-frame-pointer for i386Peter Korsgaard2009-01-261-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.hPeter Korsgaard2009-01-261-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 r24996Peter Korsgaard2009-01-261-1/+0
|
* asterisk: mark as BROKEN and remove obsolete patchPeter Korsgaard2009-01-262-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 DEPRECATEDPeter Korsgaard2009-01-261-2/+2
| | | | Or we should simply delete the dir.
* mysql_client: fix deps and clean up configure argsPeter Korsgaard2009-01-262-5/+8
| | | | mysql client needs ncurses, readline and C++
* Add help for packages without AVR32 supportUlf Samuelsson2009-01-2614-0/+42
|
* Add comment on brokenness of AsteriskUlf Samuelsson2009-01-261-0/+4
|
* deprecate libfloat, package is obsoleteUlf Samuelsson2009-01-261-0/+1
|
* Deprecate ltt, package is obsolete and replaced by ltt-ngUlf Samuelsson2009-01-261-0/+3
|
* Deprecate modutils, only for ancient 2.4 kernelsUlf Samuelsson2009-01-261-0/+1
|
* Deprecate irda-utils, makefile totally brokenUlf Samuelsson2009-01-261-1/+3
|
* Deprecate xfsprogs, no support for XFS in BuildrootUlf Samuelsson2009-01-262-1/+2
|
* reinstitute comment thaat spooler does not workUlf Samuelsson2009-01-251-1/+1
|
* Add explanation why examples are disabled for liboilUlf Samuelsson2009-01-251-0/+4
|
* Avoid the use of subshell in microperlUlf Samuelsson2009-01-251-1/+1
|
* Fix exec-prefix for libeXosip2Ulf Samuelsson2009-01-251-5/+1
|
* exec-profix fix for cupsUlf Samuelsson2009-01-251-10/+2
|
* Fix spelling error, causing php to use host includes, add patching and ↵Ulf Samuelsson2009-01-251-1/+5
| | | | unpacked targets
* Stop dbus continuos rebuild, fix depsUlf Samuelsson2009-01-251-2/+8
|
* Make cups build, support perl/php optionUlf Samuelsson2009-01-251-11/+71
|
* Support libiconv option for poptUlf Samuelsson2009-01-251-3/+9
|
* Use prefix=/usr for libeXosip2Ulf Samuelsson2009-01-251-4/+4
|
* qtopia4: fix and improve color/pixel depths configPeter Korsgaard2009-01-252-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 placesPeter Korsgaard2009-01-251-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 neededUlf Samuelsson2009-01-252-3/+10
|
* liboil make fails on ARM with release toolset for a few unneeded examples ↵Ulf Samuelsson2009-01-251-0/+7
| | | | due to use of hidden __clz_tab, do not build them for now, but problem may need further examination
* Fix make problems with perlUlf Samuelsson2009-01-251-10/+38
|
* Make toolchain configration to fix mpg123 global and move to MakefileUlf Samuelsson2009-01-243-12/+17
|
* mpg123: remove unused legacy patchPeter Korsgaard2009-01-241-44/+0
|
* freetype: fix typoPeter Korsgaard2009-01-241-1/+1
|
* Add fix to mpg123 for bug in ARM release toolchain causing segment ↵Ulf Samuelsson2009-01-243-1/+2140
| | | | violation, bug reported to gcc bugzilla
* freetype: only depend on zlib if it is availablePeter Korsgaard2009-01-241-1/+2
| | | | | The dependency is only there so zlib gets built before freetype if it's available (for shared configure cache)
* libsexy: unbreak buildPeter Korsgaard2009-01-242-1/+3
| | | | libsexy doesn't depend on libX11, but it does need libxml2.
* Revert r24982 (Disable libsexy (with comment) if X is not available)Peter Korsgaard2009-01-241-5/+0
| | | | It's wrong, libsexy doesn't depend on an X server.
* Make sure libdnet does not find unsupported libcheck, in hostUlf Samuelsson2009-01-241-1/+6
|
* Fix static lib dep for ncursesUlf Samuelsson2009-01-231-1/+3
|
* package/: remove deprecated and broken raidtool2 packagePeter Korsgaard2009-01-233-77/+0
|
* Use default configure options to allow sawman build to complete with ccacheUlf Samuelsson2009-01-231-3/+3
|
* Disable webkit (with comment) if X is not availableUlf Samuelsson2009-01-231-1/+6
|
* Disable libsexy (with comment) if X is not availableUlf Samuelsson2009-01-231-0/+5
|
* gst-plugins-good: Fix style issues and use of --disable-png.Daniel Laird2009-01-231-14/+14
| | | | | | | Update ordering and configure options. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Add workarounds for alsa-utilsUlf Samuelsson2009-01-223-1/+62
|