summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Fix configure problem with libdaemon, by patching result from autotoolsUlf Samuelsson2007-08-212-4/+19
|
* SED away some whitespaceUlf Samuelsson2007-08-2025-42/+42
|
* Cleanup dnsmasqUlf Samuelsson2007-08-201-6/+9
|
* Make sure directories are available before install of dhcp targetsUlf Samuelsson2007-08-201-0/+7
|
* Update configs for distcc, diffutils and freetypeUlf Samuelsson2007-08-193-0/+5
|
* Replace non-working 'make uninstall' for 'package/patch' with simple 'rm'Ulf Samuelsson2007-08-191-2/+2
|
* move tcpdump from lib to usr/lib, simplify configure, general cleanupUlf Samuelsson2007-08-193-33/+16
|
* openntpd cleanupUlf Samuelsson2007-08-191-6/+10
|
* libpcap cleanupUlf Samuelsson2007-08-192-15/+7
|
* Från: Brad House <brad@mainstreetsoftworks.com>Ulf Samuelsson2007-08-192-2/+19
| | | | | | | | | | | | | | | | Till: buildroot@uclibc.org Ämne: [Buildroot] [patch] php fixes and updates Datum: Tue, 14 Aug 2007 16:39:03 -0400 (22.39 CEST) Changes: - fastcgi config option - force php to find the php.ini in /etc (it seems to default to /lib for some reason) - build with posix support, a lot of php scripts require this apparently - strip the php binary when installing to TARGET_DIR - actually 'uninstall' php on a php-clean -Brad
* Från: Brad House <brad@mainstreetsoftworks.com>Ulf Samuelsson2007-08-191-8/+4
| | | | | | | | | | | | | | | | | | Till: buildroot@uclibc.org Ämne: [Buildroot] [patch] libxml2 install fails because of missing directory Datum: Tue, 14 Aug 2007 16:34:34 -0400 (22.34 CEST) If libxml2 is installed before $(TARGET_DIR)/usr/lib is created, it fails because it can't copy the library over. Also, the dependency tree is a bit messed up. libxml2.a should only be installed if target-headers is specified, it's 4MB on my system and the only .a file I found in my TARGET_DIR (target-headers was not specified). The attached patch fixes the above problems. -Brad
* Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIRUlf Samuelsson2007-08-163-6/+6
|
* Ensure lzma is built *before* linux, allow system installation in /usr/local/binUlf Samuelsson2007-08-161-0/+9
|
* Allow user to configure PROGRAM_INVOCATION_NAMEUlf Samuelsson2007-08-152-0/+2
|
* Cleanup of udev, build libvolume_id.laUlf Samuelsson2007-08-152-13/+68
|
* Sync volume_id version to 0.79.0 matching udev-114Ulf Samuelsson2007-08-151-8/+10
|
* Use /usr/include as std include in XorgUlf Samuelsson2007-08-151-0/+1
|
* No parallel make of mdnsresponderUlf Samuelsson2007-08-151-2/+2
|
* rxvt hardwired for X11R6, so ensure dependency is OKUlf Samuelsson2007-08-141-0/+3
|
* Add links to 'usr/include/freetype2/freetype' to 'include' and ↵Ulf Samuelsson2007-08-141-4/+16
| | | | 'usr/include'. Add PHONY targets
* Remove cirular dependenciesUlf Samuelsson2007-08-141-2/+0
|
* Change udev target from udev to udevd. Add .PHONY targets. Rearrange targetsUlf Samuelsson2007-08-141-16/+24
|
* Avoid circular dependencyUlf Samuelsson2007-08-131-2/+2
|
* Only build tinyX if WCHAR and LOCALE is enabledUlf Samuelsson2007-08-132-0/+5
|
* Include header file defining MB_CUR_MAX to TinyXUlf Samuelsson2007-08-131-0/+11
|
* Allow use of uclibc string routines in TinyXUlf Samuelsson2007-08-131-0/+13
|
* Store openssl files in /usr/lib/sslUlf Samuelsson2007-08-131-1/+3
|
* Remove ntp patch which fails to apply, add TODO for later fixingUlf Samuelsson2007-08-132-11/+33
|
* Fix libdir path for libfakeroot.laUlf Samuelsson2007-08-131-0/+2
|
* Add dependency to linux-fusion, if DirectFB is built with multiUlf Samuelsson2007-08-131-1/+4
|
* Bump version of dialog, make it buildUlf Samuelsson2007-08-131-12/+4
|
* Bump version of lvm2Ulf Samuelsson2007-08-121-2/+7
|
* grep depends on gettextUlf Samuelsson2007-08-121-1/+3
|
* Use shared library for gettext as defaultUlf Samuelsson2007-08-121-1/+1
|
* grep depends on gettextUlf Samuelsson2007-08-121-1/+1
|
* Avoid killing /usr/include when cleaning 'hal'Ulf Samuelsson2007-08-121-1/+1
|
* Cleanup of SDL to make it buildUlf Samuelsson2007-08-121-10/+19
|
* fix DirectFB *.la path'sUlf Samuelsson2007-08-121-0/+12
|
* fix liblzmadec.la pathsUlf Samuelsson2007-08-121-0/+2
|
* fix libsysfs.la pathsUlf Samuelsson2007-08-121-0/+2
|
* Bump version of DirectFB to 1.0.0 and add dependency on TSLIBUlf Samuelsson2007-08-122-14/+35
|
* Add support for fusion linux moduleUlf Samuelsson2007-08-126-0/+6592
|
* Move .PHONY to front in sedUlf Samuelsson2007-08-121-1/+2
|
* Make DirectFB buildable by removing sysfs, enabling sdlUlf Samuelsson2007-08-121-3/+4
|
* expat has --prefix=usr, so remove /usr from other switchesUlf Samuelsson2007-08-121-7/+7
|
* Use new x11r7 configsUlf Samuelsson2007-08-121-5/+5
|
* Make paths to expat available to fontconfigUlf Samuelsson2007-08-121-0/+3
|
* install libdevmapper.h to allow dm to buildUlf Samuelsson2007-08-121-3/+10
|
* Add tslib packageUlf Samuelsson2007-08-125-0/+859
|
* Add matchbox packageUlf Samuelsson2007-08-125-0/+755
|