summaryrefslogtreecommitdiffstats
path: root/package/avahi
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2007-08-28 08:05:25 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2007-08-28 08:05:25 +0000
commit5a5d089874a17ffaa1bade96b2a1238b53b0114b (patch)
treed538fb2c98a636c8d8ac7b547ebc25715da7e6e8 /package/avahi
parent232fa7eeaa3a3eb02927aa2cc7cca0aed3ba2ef9 (diff)
downloadbuildroot-novena-5a5d089874a17ffaa1bade96b2a1238b53b0114b.tar.gz
buildroot-novena-5a5d089874a17ffaa1bade96b2a1238b53b0114b.zip
expat now installs into usr/lib
Diffstat (limited to 'package/avahi')
-rw-r--r--package/avahi/avahi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk
index b69c74fb1..be9efae7c 100644
--- a/package/avahi/avahi.mk
+++ b/package/avahi/avahi.mk
@@ -27,7 +27,7 @@ AVAHI_TARGETS+=$(TARGET_DIR)/usr/sbin/avahi-daemon
AVAHI_DISABLE_EXPAT:=
# depend on the exact library file instead of expat so avahi isn't always
# considered out-of-date
-AVAHI_EXPAT_DEP:=$(STAGING_DIR)/lib/libexpat.so.1
+AVAHI_EXPAT_DEP:=$(STAGING_DIR)/usr/lib/libexpat.so.1
else
AVAHI_DISABLE_EXPAT:=--disable-expat
AVAHI_EXPAT_DEP:=