summaryrefslogtreecommitdiff
path: root/package/avahi
AgeCommit message (Collapse)Author
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
Based on input from Arndt Kritzner & Bernhard Fischer.
2008-03-06makefile cleanup for avahiJohn Voltz
2008-01-26Mail from Claus Klein:Thomas Lundquist
make sure than target dir exist bevor instll to it:
2007-11-29Make avahi depend on packets, instead of selecting themUlf Samuelsson
2007-11-26Ups, TARGET_CONFIGURE_* is needed to find pkg-config (r20501)Peter Korsgaard
2007-11-26Install dbus before avahi so dbus directories are availablePeter Korsgaard
2007-11-26Create target file at end of rule so it gets rerun on failure on any of thePeter Korsgaard
sub steps (thanks Ulf).
2007-11-23Cleaned up install + clean targets, handle dbus filesPeter Korsgaard
2007-11-23Removed redundant configure settingsPeter Korsgaard
2007-11-23Compile in dbus support if availablePeter Korsgaard
2007-10-01- just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-09-03Bumped versionPeter Korsgaard
2007-08-28expat now installs into usr/libPeter Korsgaard
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21- a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson
2007-08-01Make avahi select LIBDAEMON instead of depending on it.Ulf Samuelsson
2007-07-23Make AVAHI depend on libdaemonUlf Samuelsson
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-07-06Get rid of leading whitespace to silence warnings from config system."Steven J. Hill"
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-12Bumped versionPeter Korsgaard
2007-05-15Don't use libssp as it doesn't get installedPeter Korsgaard
2007-05-09init scripts should be executablePeter Korsgaard
2007-05-09avahi-daemon supportPeter Korsgaard
2007-05-08Bumped versionPeter Korsgaard
2007-03-13fixup package LDFLAGS handlingEric Andersen
2007-01-22fix installation locationEric Andersen
2007-01-17hackup libtool for avahi and libdaemon, as with other packagesEric 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-12-13- andersee, please use ZCAT / BZCAT as configured by the user.Bernhard Reutner-Fischer
(see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks..
2006-12-12Add avahi package and add libdaemon, which is needed by avahiEric Andersen