summaryrefslogtreecommitdiffstats
path: root/package/libdaemon
Commit message (Collapse)AuthorAgeFilesLines
* packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard2008-06-141-0/+1
|
* small fix for libdaemonJohn Voltz2008-04-241-1/+1
|
* Move libdaemon from lib to usr/lib, update libdaemon.laUlf Samuelsson2007-11-281-5/+7
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Make sure libdaemon finds AC_PROG_LIBTOOLUlf Samuelsson2007-09-202-8/+2
|
* - cleanup and fixes (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-171-8/+8
|
* Bumped versionPeter Korsgaard2007-09-031-1/+1
|
* Don't apply broken patch from r19595 with hardcoded path names.Peter Korsgaard2007-09-031-5/+7
| | | | Ulf, what was this supposed to fix?
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-6/+6
|
* - fixup whitespace damage after ulfBernhard Reutner-Fischer2007-08-211-1/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Use $(BZCAT) instead of bzcatUlf Samuelsson2007-08-211-1/+1
|
* 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