aboutsummaryrefslogtreecommitdiffstats
path: root/package/libdaemon
Commit message (Collapse)AuthorAgeFilesLines
* Fix configure problem with libdaemon, by patching result from autotoolsUlf Samuelsson2007-08-212-4/+19
|
* Update configure files for libdaemonUlf Samuelsson2007-07-171-0/+1
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-4/+2
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* properly depend on pkgconfigEric Andersen2007-01-221-1/+1
|
* hackup libtool for avahi and libdaemon, as with other packagesEric Andersen2007-01-171-0/+77
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-9/+4
| | | | | | | | | | | | | 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
* stupid typoEric Andersen2006-12-131-1/+1
|
* - andersee, please use ZCAT / BZCAT as configured by the user.Bernhard Reutner-Fischer2006-12-131-1/+1
| | | | (see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks..
* Add avahi package and add libdaemon, which is needed by avahiEric Andersen2006-12-123-0/+109