From be8ad23b096707b9a877525815c755c7f5d368bc Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 27 Aug 2008 07:29:20 +0000 Subject: avahi: fix build with BR2_ENABLE_LOCALE --- package/avahi/avahi.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/avahi/avahi.mk') diff --git a/package/avahi/avahi.mk b/package/avahi/avahi.mk index 6c25b36ec..2d95e933d 100644 --- a/package/avahi/avahi.mk +++ b/package/avahi/avahi.mk @@ -142,7 +142,7 @@ $(AVAHI_DIR)/.configured: $(AVAHI_DIR)/.unpacked $(AVAHI_EXTRA_DEPS) touch $@ $(AVAHI_DIR)/.compiled: $(AVAHI_DIR)/.configured - $(MAKE) -C $(AVAHI_DIR) + $(MAKE) -C $(AVAHI_DIR) $(if $(BR2_ENABLE_LOCALE),LIBS=-lintl) touch $@ $(AVAHI_DIR)/.installed: $(AVAHI_DIR)/.compiled @@ -180,7 +180,7 @@ endif $(TARGET_DIR)/usr/sbin/avahi-daemon $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@ -avahi: uclibc libdaemon $(AVAHI_TARGETS) +avahi: uclibc libdaemon $(AVAHI_TARGETS) $(if $(BR2_ENABLE_LOCALE),gettext libintl) avahi-clean: -$(MAKE) -C $(AVAHI_DIR) distclean -- cgit v1.2.3