summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-21163-269/+269
| | | | toolchain/*/*.mk */Makefile.in -l)
* - remove a superfluous semicolonBernhard Reutner-Fischer2007-08-211-1/+1
|
* - pull in patches from debian.Bernhard Reutner-Fischer2007-08-211-10/+18
|
* - our dependencies are project specific. First (untested) attempt to take ↵Bernhard Reutner-Fischer2007-08-211-42/+0
| | | | | | | this fact into account. Will need to try to copy eventual pre-existing project-specific deps back to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds)..
* - move the PROJECT variable setting to a more sensible placeBernhard Reutner-Fischer2007-08-211-6/+0
|
* - honour BR2_HAVE_MANPAGESBernhard Reutner-Fischer2007-08-211-2/+5
|
* - bump version to 2.2.6Bernhard Reutner-Fischer2007-08-212-68/+4
|
* - add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer2007-08-212-5/+29
| | | | - remove non-working attempt to install an lzma to the host via sudo
* Use $(BZCAT) instead of bzcatUlf Samuelsson2007-08-211-1/+1
|
* - add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep theBernhard Reutner-Fischer2007-08-211-1/+1
| | | | respective documentation on your target filesystem.
* - fix installation of dbus.Bernhard Reutner-Fischer2007-08-211-2/+2
|
* - sed -i -e ↵Bernhard Reutner-Fischer2007-08-217-10/+10
| | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
* - a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-212-4/+4
|
* - fix patching in the correct target cflags (Thiago A. Corr^ea)Bernhard Reutner-Fischer2007-08-211-2/+2
|
* Remove switches if sstrip is runUlf Samuelsson2007-08-2179-143/+153
|
* Reintroduce possibility to use old makefile for tiny-x as a testUlf Samuelsson2007-08-217-1/+483
|
* 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
|