summaryrefslogtreecommitdiffstats
path: root/package/cvs
Commit message (Collapse)AuthorAgeFilesLines
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-8/+8
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - bump version. Closes #1339Bernhard Reutner-Fischer2007-05-081-6/+8
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* - resurrect cvs. Closes #1199Bernhard Reutner-Fischer2007-02-062-11/+50
| | | | - bump version
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-1/+1
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* - add missing package-source targetsBernhard Reutner-Fischer2007-01-032-0/+3
| | | | - add missing dependencies to build prerequisites in the config system
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+1
|
* - quote HOST_CC.Bernhard Reutner-Fischer2006-03-101-1/+1
| | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
* cvs packageMike Frysinger2005-09-092-0/+64