[Buildroot] svn commit: trunk/buildroot/package/avahi

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Aug 27 08:15:59 UTC 2008


On Wed, Aug 27, 2008 at 12:29:21AM -0700, jacmet at uclibc.org wrote:
>Author: jacmet
>Date: 2008-08-27 00:29:20 -0700 (Wed, 27 Aug 2008)
>New Revision: 23235

>Modified: trunk/buildroot/package/avahi/avahi.mk
>===================================================================
>--- trunk/buildroot/package/avahi/avahi.mk	2008-08-27 07:29:16 UTC (rev 23234)
>+++ trunk/buildroot/package/avahi/avahi.mk	2008-08-27 07:29:20 UTC (rev 23235)
>@@ -142,7 +142,7 @@
> 	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 @@
> 		 $(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)

are you sure that the order is correct? Getting this proper for toplevel
parallel make would be fun:

# make sure to set JLEVEL=1
$ make oldconfig
$ rm -rf {toolchain,build,project}_*
$ make -j avahi



More information about the buildroot mailing list