summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* libconfuse: fix build by removing -Werror flagPeter Korsgaard2009-01-211-0/+34
|
* openssl: fix build without largefile supportPeter Korsgaard2009-01-211-0/+19
|
* directfb: fix compilation error on ppc (linux/config.h is long gone)Peter Korsgaard2009-01-211-0/+17
|
* directfb: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-01-211-102/+32
| | | | Patch by Sven Neumann <s.neumann@phase-zero.de>
* directfb: tarball moved to Old/Peter Korsgaard2009-01-211-1/+1
|
* package/multimedia/gst-plugins-good/gst-plugins-good.mkDaniel Laird2009-01-212-0/+55
| | | | | | | | | | | package/multimedia/gst-plugins-good/Config.in gst-plugins-good does not build unless some package dependencies are forced. This patch allows you to turn off some of the plugins with these dependencies and hides others that require some packages (like PNG/JPEG) Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Remove reference to query_modules in oprofile, does not exist in linux-2.6. ↵Ulf Samuelsson2009-01-213-4/+27
| | | | oprofile now builds for ARM
* add patch form cgicc'upstream, build now completes\!Ulf Samuelsson2009-01-211-0/+38
|
* include string.h when building cgicc, add libcgicc-unpacked, and clean up ↵Ulf Samuelsson2009-01-212-3/+18
| | | | libcgicc.mk - still does not build OK
* add kismet-unpacked target, fix lack of include for memset etc.Ulf Samuelsson2009-01-212-0/+46
|
* Fix circular dependencyUlf Samuelsson2009-01-201-1/+0
|
* Make libbz2.so point at libbz2.so.1.0.4 in /usr/lib (correct) instead of in /libUlf Samuelsson2009-01-201-1/+1
|
* Bump xerces-c to latest stable, ARM build now completesUlf Samuelsson2009-01-202-23/+74
|
* Bump lzma to latest stable, ARM build now completesUlf Samuelsson2009-01-201-1/+1
|
* Libraries for dbus-glib are in /usr/lib, depend on expatUlf Samuelsson2009-01-202-3/+4
|
* mtd/mtd-utils: mkfs.jffs2: fix device_table handlingPeter Korsgaard2009-01-201-0/+23
|
* busybox: 1.13.2 tar fixPeter Korsgaard2009-01-201-0/+11
|
* mtd/mtd-utils: sys/acl.h patch is needed for host-mkfs.jffs2 as wellPeter Korsgaard2009-01-201-0/+0
| | | | | The host stuff seems pretty broken though as we don't build a host version of liblzo.
* mplayer: fix non-largefile buildPeter Korsgaard2009-01-202-0/+27
|
* mplayer: fix configure for powerpc-linuxPeter Korsgaard2009-01-201-0/+27
|
* mplayer: force cross-compile modePeter Korsgaard2009-01-201-0/+1
|
* libmad: unbreak build with gcc-4.3.xPeter Korsgaard2009-01-201-0/+33
| | | | | libmad used the long deprecated -fforce-mem gcc flag, which no longer is recognized in gcc-4.3.x. It has long been a noop, so simply remove it.
* mplayer: add patch to fix compilation against alsa-lib 1.0.18Hans-Christian Egtvedt2009-01-203-72/+163
| | | | | | | | | This adds a patch to fix compilation against alsa-lib 1.0.18. It is basically a grab of the change from mplayer repository. It also refreshes the other patches so they apply clean. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* busybox: 1.13.2 depmod fixPeter Korsgaard2009-01-191-0/+121
|
* toolchain: introduce HOSTCC_VERSION and fix gcc-4.3.x build with old host CCsPeter Korsgaard2009-01-191-0/+4
| | | | | | | | gcc < 4.2.0 doesn't support -Wno-overlength-stings, but gcc-4.3.x configure fails to detect that, breaking the build. Work around it by detecting the host gcc version (and store in HOSTCC_VERSION) and set the proper configure variables for gcc < 4.2.0.
* lsof, m4: use variables from BR instead of uclibcPeter Korsgaard2009-01-182-3/+3
| | | | | | | UCLIB_HAS_.* is not defined in Buildroot space, so the conditions always evaluate to the same result. Use appropriate Buildroot variables. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard2009-01-181-2/+0
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* Cleanup libgtk2, and prepare for 2.15Ulf Samuelsson2009-01-181-2/+10
|
* Change use of rint, which is only supported for X86 in uClibc to generic ↵Ulf Samuelsson2009-01-181-0/+18
| | | | rounding
* The liboil Makefile will use "-mcpu=vfp" when building for ARM.Ulf Samuelsson2009-01-183-2/+26
| | | | | | | | | | | | | | | The VFP is only available for a few ARM CPUs at the moment, so this breaks the liboil build. A patch is available upstream which only enables "-mfpu=vfp" if "--enable-vfp" is given to "configure". Autotools needs to be run for liboil for this to take effect. A new configuration BR2_VFP_FLOAT is added to allow enabling vfp. If this is "yes", then "-mfpu=vfp" is added to CFLAGS.
* Getting rid of a bit more configure options that's been centralized.Thomas Lundquist2009-01-1813-15/+9
|
* Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.Thomas Lundquist2009-01-186-13/+6
|
* Easier with one place for configure options for disabling gtk-docThomas Lundquist2009-01-175-3/+6
|
* Ensure glib-1.2 builds a static libraryUlf Samuelsson2009-01-172-0/+88
|
* Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵Ulf Samuelsson2009-01-173-13/+41
| | | | selected
* Fix legacy strings for alsa-utils & remove man pagesUlf Samuelsson2009-01-162-0/+31
|
* libeXosip2 requires libosip2Ulf Samuelsson2009-01-161-0/+1
|
* Fix libglib2 build when LIBICONV is selected, clean up versioningUlf Samuelsson2009-01-161-2/+10
|
* package: remove tinyloginPeter Korsgaard2009-01-163-71/+0
| | | | | It's ancient and upstream is gone, people should just use the login stuff in busybox instead.
* xerces: tarball moved to archive.apache.orgPeter Korsgaard2009-01-161-1/+1
|
* quagga: tarball moved to attic/ subdirPeter Korsgaard2009-01-161-2/+1
|
* openswan: tarball moved to old/ subdirPeter Korsgaard2009-01-161-1/+1
|
* package/mpfr: fix make source-check/external-deps issuePeter Korsgaard2009-01-161-0/+2
|
* package/dm: fix DOWNLOAD falloutPeter Korsgaard2009-01-161-3/+1
|
* DOWNLOAD: don't use := assignment for function implementationPeter Korsgaard2009-01-161-1/+1
| | | | | | | := causes the function parameters to get evaluated at definition time instead of implementation time, which is kind of silly for a function. Fixes make source-check / external-deps
* buildroot: convert remaining WGET users to DOWNLOAD helperPeter Korsgaard2009-01-162-2/+3
|
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-16227-280/+280
|
* buildroot: add BR2_BACKUP_SITE and DOWNLOAD helperPeter Korsgaard2009-01-161-9/+28
| | | | | | | | This is the long requested backup mirror support. So far only enabled for Makefile.autotools.in, but there's no reason why we cannot use DOWNLOAD everywhere. Notice, I'm still syncing http://buildroot.uclibc.org/downloads/sources/
* package/freetype/freetype.mk: Fix editing of freetype-configDaniel Laird2009-01-161-2/+5
| | | | | | | | | Found that the editing of freetypr-config was not quite enough. Changed it and looked at freetype-config --cflags, --libs and got the values I expected. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Always create shared python library, if python is created, needed by ↵Ulf Samuelsson2009-01-151-1/+12
| | | | multiple packages