diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-31 14:28:38 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-31 14:28:38 +0000 |
commit | 9a70301cbe0bec5cc6c56fb55885aee2ba9347fb (patch) | |
tree | 49c43453c98c6c85d9f2701968c7c0a08d28962c /package/avahi/avahi.mk | |
parent | db0748c0fd0c015060c58f1b516137cd7fd8a24c (diff) | |
download | buildroot-novena-9a70301cbe0bec5cc6c56fb55885aee2ba9347fb.tar.gz buildroot-novena-9a70301cbe0bec5cc6c56fb55885aee2ba9347fb.zip |
avahi: depend on dbus-daemon in staging_dir
Depend on dbus-daemon in staging_dir instead of in target_dir as
fakeroot updates the timestamp on the target_dir version every time,
so the avahi makefile thinks it always needs to recompile avahi.
Diffstat (limited to 'package/avahi/avahi.mk')
-rw-r--r-- | package/avahi/avahi.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 2f423d7dc..8bda6d3aa 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -37,7 +37,7 @@ endif ifeq ($(strip $(BR2_PACKAGE_DBUS)),y) AVAHI_DISABLE_DBUS:= -AVAHI_EXTRA_DEPS+=$(TARGET_DIR)/usr/bin/dbus-daemon +AVAHI_EXTRA_DEPS+=$(STAGING_DIR)/usr/bin/dbus-daemon else AVAHI_DISABLE_DBUS:=--disable-dbus endif |