summaryrefslogtreecommitdiffstats
path: root/package/avahi
Commit message (Collapse)AuthorAgeFilesLines
...
* Mail from Claus Klein:Thomas Lundquist2008-01-261-0/+1
| | | | make sure than target dir exist bevor instll to it:
* Make avahi depend on packets, instead of selecting themUlf Samuelsson2007-11-291-1/+5
|
* Ups, TARGET_CONFIGURE_* is needed to find pkg-config (r20501)Peter Korsgaard2007-11-261-0/+2
|
* Install dbus before avahi so dbus directories are availablePeter Korsgaard2007-11-261-1/+1
|
* Create target file at end of rule so it gets rerun on failure on any of thePeter Korsgaard2007-11-261-9/+8Star
| | | | sub steps (thanks Ulf).
* Cleaned up install + clean targets, handle dbus filesPeter Korsgaard2007-11-231-24/+23Star
|
* Removed redundant configure settingsPeter Korsgaard2007-11-231-9/+0Star
|
* Compile in dbus support if availablePeter Korsgaard2007-11-231-8/+13
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-3/+3
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Bumped versionPeter Korsgaard2007-09-031-1/+1
|
* expat now installs into usr/libPeter Korsgaard2007-08-281-1/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* - a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-211-3/+3
|
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-3/+3
|
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-121-6/+6
|
* Make avahi select LIBDAEMON instead of depending on it.Ulf Samuelsson2007-08-011-1/+1
|
* Make AVAHI depend on libdaemonUlf Samuelsson2007-07-231-0/+1
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* Get rid of leading whitespace to silence warnings from config system."Steven J. Hill"2007-07-061-2/+2
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-4/+2Star
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* Bumped versionPeter Korsgaard2007-06-121-1/+1
|
* Don't use libssp as it doesn't get installedPeter Korsgaard2007-05-151-0/+1
|
* init scripts should be executablePeter Korsgaard2007-05-091-0/+0
|
* avahi-daemon supportPeter Korsgaard2007-05-093-6/+87
|
* Bumped versionPeter Korsgaard2007-05-081-1/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* fix installation locationEric Andersen2007-01-221-3/+3
|
* 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-13/+5Star
| | | | | | | | | | | | | 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
* - 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-126-0/+279