summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Don't limit 2006 version to Atmel targets (why?)Peter Korsgaard2007-09-251-1/+0
|
* Build libusb without annoying tests, breaking the buildUlf Samuelsson2007-09-251-0/+3
|
* - make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer2007-09-2523-53/+54
|
* - add dummy -source targets.Bernhard Reutner-Fischer2007-09-252-1/+2
|
* - add missing ed-source target.Bernhard Reutner-Fischer2007-09-251-0/+2
|
* Add source and unpacked targets to mplayerUlf Samuelsson2007-09-251-0/+4
|
* Fix LEGACY dependencies for mplayerUlf Samuelsson2007-09-251-0/+22
|
* - add a version and display it in the configurationBernhard Reutner-Fischer2007-09-255-551/+12
|
* - revert patch that obfuscates the config UI and doesn't reflect the order ↵Bernhard Reutner-Fischer2007-09-252-54/+17
| | | | of config steps
* Reorganize configs to even more logical positionsUlf Samuelsson2007-09-242-17/+54
|
* - bump version. Cleanup while at itBernhard Reutner-Fischer2007-09-241-12/+14
|
* - bump version; some cleanups while at itBernhard Reutner-Fischer2007-09-241-12/+17
|
* - bump version and make it compile also if 64bit is unavailableBernhard Reutner-Fischer2007-09-242-5/+12375
|
* Bump SAMBA version to 3.0.26a, 3.0.25b has movedUlf Samuelsson2007-09-231-3/+5
|
* - add the $(BASE_TARGETS) per defaultBernhard Reutner-Fischer2007-09-232-2/+2
|
* - thinking loud about auto-generating dependencies for make(1)Bernhard Reutner-Fischer2007-09-232-1/+229
| | | | | | | | | | | Don't use this, it doesn't work yet. Thoughs welcome. Like: We should probably use the sym->text and not fiddle with the name since the name looses information ('_' != '-' in host-fakeroot). This would not be too robust, i fear, since the name can contain additional, arbitrary info. Also, the real 'depends' are a little bit ugly in kconfig. There doesn't seem to be a nice property that holds reverse deps that are only contain selected symbols. Thoughts?
* Update qtopia4 AVR32 patch to 4.3.1 (makes ARM work as well)Ulf Samuelsson2007-09-232-0/+6146
|
* Late mtd does not support linux-2.4Ulf Samuelsson2007-09-231-1/+1
|
* Use correct location of mpg123 binaryUlf Samuelsson2007-09-231-3/+3
|
* Cleanup libxml2 directory structureUlf Samuelsson2007-09-231-4/+11
|
* Avoid repeated remake of dialogUlf Samuelsson2007-09-231-1/+2
|
* - search env for BUILDROOT_CONFIG for use as a config file; defaults to .configBernhard Reutner-Fischer2007-09-232-1/+12
|
* - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵Bernhard Reutner-Fischer2007-09-2318-179/+774
| | | | et al
* Strip files the correct alsa-lib subdirectoryUlf Samuelsson2007-09-231-1/+1
|
* Send correct args to fbsetUlf Samuelsson2007-09-231-4/+1
|
* Fix syntax error when using addprefix in ipsec-tools.mkUlf Samuelsson2007-09-231-2/+2
|
* Do not use $(STAGING_DIR)/include for freetype, for nowUlf Samuelsson2007-09-231-3/+4
|
* Use correct library path for SDLUlf Samuelsson2007-09-231-1/+1
|
* Build readline as shared libUlf Samuelsson2007-09-231-0/+1
|
* Fix library path in lzoUlf Samuelsson2007-09-231-0/+1
|
* Remove bad 'w' flag from rm in diffutilsUlf Samuelsson2007-09-231-1/+1
|
* - fix typo in .config filenameBernhard Reutner-Fischer2007-09-221-1/+1
|
* - remove inadequate dependencies prerequisite.Bernhard Reutner-Fischer2007-09-221-1/+1
| | | | If needed, this should be done slightly different, otherwise the source target runs dependencies, which is not correct.
* - remove duplicate module-init-tools-source ruleBernhard Reutner-Fischer2007-09-221-2/+0
|
* - add check for UCLIBC_HAS_LFS.Bernhard Reutner-Fischer2007-09-211-0/+0
| | | | Fixes compilation error if LARGEFLE support is off
* - bump versionBernhard Reutner-Fischer2007-09-211-1/+1
|
* Fix bad patch in MPlayerUlf Samuelsson2007-09-202-12/+0
|
* - revert r19918 for nowBernhard Reutner-Fischer2007-09-201-1/+0
|
* - of course we also define glibc. argh!Bernhard Reutner-Fischer2007-09-201-4/+5
|
* - add candidate-patch to make fakeroot UCLIBC_HAS_LFS awareBernhard Reutner-Fischer2007-09-201-0/+13
|
* - Reset flags, packages are usually built with -O2 otherwise.Bernhard Reutner-Fischer2007-09-201-0/+13
| | | | | Packages that need to pass additional CFLAGS in their .mk have to do something like this: ...configure $(foreach i,$(foo_CFLAGS),CFLAGS+=$$i) --prefix=...
* Use correct patch nameUlf Samuelsson2007-09-201-1/+1
|
* - bump versionBernhard Reutner-Fischer2007-09-201-1/+8
|
* - pull POSIX compliance fixes from upstreamBernhard Reutner-Fischer2007-09-207-14/+29
|
* Make sure libdaemon finds AC_PROG_LIBTOOLUlf Samuelsson2007-09-202-8/+2
|
* - don't use functions that are marked LEGACY in SUSv3Bernhard Reutner-Fischer2007-09-202-3/+64
|
* - add missing ';'Bernhard Reutner-Fischer2007-09-201-1/+1
|
* - this is generic infrastructure, there is no point in special-casing any ↵Bernhard Reutner-Fischer2007-09-201-1/+5
| | | | | | individual package here. Don't workaround deficiencies but fix them for real
* - fix source location of libusb libsBernhard Reutner-Fischer2007-09-201-3/+3
|
* - cleanup and fix libid3tag (Hans-Christian Egtvedt)Bernhard Reutner-Fischer2007-09-201-10/+7
| | | | - fix the make libid3tag-clean target to erase all installed files (me)