summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2007-09-23Avoid repeated remake of dialogUlf Samuelsson
2007-09-23- search env for BUILDROOT_CONFIG for use as a config file; defaults to .configBernhard Reutner-Fischer
2007-09-23- pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵Bernhard Reutner-Fischer
et al
2007-09-23Strip files the correct alsa-lib subdirectoryUlf Samuelsson
2007-09-23Send correct args to fbsetUlf Samuelsson
2007-09-23Fix syntax error when using addprefix in ipsec-tools.mkUlf Samuelsson
2007-09-23Do not use $(STAGING_DIR)/include for freetype, for nowUlf Samuelsson
2007-09-23Use correct library path for SDLUlf Samuelsson
2007-09-23Build readline as shared libUlf Samuelsson
2007-09-23Fix library path in lzoUlf Samuelsson
2007-09-23Remove bad 'w' flag from rm in diffutilsUlf Samuelsson
2007-09-22- fix typo in .config filenameBernhard Reutner-Fischer
2007-09-22- remove inadequate dependencies prerequisite.Bernhard Reutner-Fischer
If needed, this should be done slightly different, otherwise the source target runs dependencies, which is not correct.
2007-09-22- remove duplicate module-init-tools-source ruleBernhard Reutner-Fischer
2007-09-21- add check for UCLIBC_HAS_LFS.Bernhard Reutner-Fischer
Fixes compilation error if LARGEFLE support is off
2007-09-21- bump versionBernhard Reutner-Fischer
2007-09-20Fix bad patch in MPlayerUlf Samuelsson
2007-09-20- revert r19918 for nowBernhard Reutner-Fischer
2007-09-20- of course we also define glibc. argh!Bernhard Reutner-Fischer
2007-09-20- add candidate-patch to make fakeroot UCLIBC_HAS_LFS awareBernhard Reutner-Fischer
2007-09-20- Reset flags, packages are usually built with -O2 otherwise.Bernhard Reutner-Fischer
Packages that need to pass additional CFLAGS in their .mk have to do something like this: ...configure $(foreach i,$(foo_CFLAGS),CFLAGS+=$$i) --prefix=...
2007-09-20Use correct patch nameUlf Samuelsson
2007-09-20- bump versionBernhard Reutner-Fischer
2007-09-20- pull POSIX compliance fixes from upstreamBernhard Reutner-Fischer
2007-09-20Make sure libdaemon finds AC_PROG_LIBTOOLUlf Samuelsson
2007-09-20- don't use functions that are marked LEGACY in SUSv3Bernhard Reutner-Fischer
2007-09-20- add missing ';'Bernhard Reutner-Fischer
2007-09-20- this is generic infrastructure, there is no point in special-casing any ↵Bernhard Reutner-Fischer
individual package here. Don't workaround deficiencies but fix them for real
2007-09-20- fix source location of libusb libsBernhard Reutner-Fischer
2007-09-20- cleanup and fix libid3tag (Hans-Christian Egtvedt)Bernhard Reutner-Fischer
- fix the make libid3tag-clean target to erase all installed files (me)
2007-09-19- i suppose that '$' is not really needed..Bernhard Reutner-Fischer
2007-09-19- add olsr package (Sushi Sensei)Bernhard Reutner-Fischer
2007-09-19- add a SVN_UP command for updating an already checked-out treeBernhard Reutner-Fischer
2007-09-19- fixes and cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-09-19- take MANPAGES and INFOPAGES into accountBernhard Reutner-Fischer
2007-09-19- bump versionBernhard Reutner-Fischer
2007-09-19- need to mkdir etc/init.d. Closes #1465Bernhard Reutner-Fischer
2007-09-19- bump version. Closes #1502Bernhard Reutner-Fischer
2007-09-19- bump version.Bernhard Reutner-Fischer
Someone will have to fix the install thing (involves a file with .pl where my sh says 'line 18: use: command not found', which is a good thing).
2007-09-19- do away with SUSv3 legacy functionsBernhard Reutner-Fischer
2007-09-19- fix incorrect setting of $ac_cv_sys_symbol_underscore.Bernhard Reutner-Fischer
There is no reason not to AC_COMPILE and use the set cross-nm to look for the symbol mangling scheme. Thus it is incorrect to check for cross compilation in the GNUPG_SYS_SYMBOL_UNDERSCORE check. - fix bug when configuring (has to wipe config.cache !)
2007-09-19- put back accidentally removed patch that is not needed for 0.5.1 anymoreBernhard Reutner-Fischer
2007-09-19- add missing dependency on libgcryptBernhard Reutner-Fischer
Ulf, this should be updated to 0.5.1
2007-09-19- remove duplicate includedirBernhard Reutner-Fischer
2007-09-19- fix includedirBernhard Reutner-Fischer
2007-09-19- add missing includeBernhard Reutner-Fischer
2007-09-19- fix args for UDP_INC_STATS_BHBernhard Reutner-Fischer
2007-09-18- bump version to 2.4.9Bernhard Reutner-Fischer
2007-09-17- add v9a and v9b settings.Bernhard Reutner-Fischer
Will need to change the GCC_TARGET_TUNE accordingly.
2007-09-17- wants --with-gmp-build nowadaysBernhard Reutner-Fischer