expat now installs into usr/lib

This commit is contained in:
Peter Korsgaard 2007-08-28 08:05:25 +00:00
parent 232fa7eeaa
commit 5a5d089874

View File

@ -27,7 +27,7 @@ AVAHI_TARGETS+=$(TARGET_DIR)/usr/sbin/avahi-daemon
AVAHI_DISABLE_EXPAT:= AVAHI_DISABLE_EXPAT:=
# depend on the exact library file instead of expat so avahi isn't always # depend on the exact library file instead of expat so avahi isn't always
# considered out-of-date # considered out-of-date
AVAHI_EXPAT_DEP:=$(STAGING_DIR)/lib/libexpat.so.1 AVAHI_EXPAT_DEP:=$(STAGING_DIR)/usr/lib/libexpat.so.1
else else
AVAHI_DISABLE_EXPAT:=--disable-expat AVAHI_DISABLE_EXPAT:=--disable-expat
AVAHI_EXPAT_DEP:= AVAHI_EXPAT_DEP:=