summaryrefslogtreecommitdiffstats
path: root/package/libdaemon/libdaemon.mk
Commit message (Collapse)AuthorAgeFilesLines
* properly depend on pkgconfigEric Andersen2007-01-221-1/+1
|
* 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-121-0/+90