summaryrefslogtreecommitdiffstats
path: root/package/libcgicc
Commit message (Collapse)AuthorAgeFilesLines
* libcgicc: don't build demosPeter Korsgaard2009-01-262-38/+1
| | | | And remove unneeded patch for demos while we're at it.
* libcgicc: install to usr/libPeter Korsgaard2009-01-261-12/+4
|
* libcgicc: depend on toolchain config, don't use selectPeter Korsgaard2009-01-261-1/+4
| | | | select should only be used for package (library) dependencies.
* add patch form cgicc'upstream, build now completes\!Ulf Samuelsson2009-01-211-0/+38
|
* include string.h when building cgicc, add libcgicc-unpacked, and clean up ↵Ulf Samuelsson2009-01-212-3/+18
| | | | libcgicc.mk - still does not build OK
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* Use GNU_MIRROR for libcgicc since www.cgicc.org is gone, change bz2 to gz ↵Ulf Samuelsson2009-01-131-4/+4
| | | | and bump version
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer2007-09-251-1/+1
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-1/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Fix spelling errorUlf Samuelsson2007-07-171-1/+1
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-2/+13
| | | | | | | | | | | | | 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 and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+1
|
* added package libcgicc per case 0000423David Anders2006-01-232-0/+69