summaryrefslogtreecommitdiff
path: root/package/libcgicc
AgeCommit message (Collapse)Author
2009-01-26libcgicc: don't build demosPeter Korsgaard
And remove unneeded patch for demos while we're at it.
2009-01-26libcgicc: install to usr/libPeter Korsgaard
2009-01-26libcgicc: depend on toolchain config, don't use selectPeter Korsgaard
select should only be used for package (library) dependencies.
2009-01-21add patch form cgicc'upstream, build now completes\!Ulf Samuelsson
2009-01-21include string.h when building cgicc, add libcgicc-unpacked, and clean up ↵Ulf Samuelsson
libcgicc.mk - still does not build OK
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-13Use GNU_MIRROR for libcgicc since www.cgicc.org is gone, change bz2 to gz ↵Ulf Samuelsson
and bump version
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-09-25- make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-07-17Fix spelling errorUlf Samuelsson
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-01-14fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen
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
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-01-23added package libcgicc per case 0000423David Anders