From: Jo-Philipp Wich Date: Thu, 9 Dec 2010 20:29:42 +0000 (+0000) Subject: [packages] avahi: force full autoreconf, fixes forkbomb when gettextize is not instal... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=dcc3fa9694ba7fc223b2dd72a184a234cb7ac8a2 [packages] avahi: force full autoreconf, fixes forkbomb when gettextize is not installed (wtf?!) SVN-Revision: 24402 --- diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 56b29e4279..dd2f416dd6 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -18,6 +18,8 @@ PKG_MD5SUM:=d0143a5aa3265019072e53ab497818d0 PKG_BUILD_DEPENDS:=libexpat libdaemon libgdbm intltool/host PKG_FIXUP:=libtool +PKG_REMOVE_FILES:=autogen.sh ltmain.sh common/libtool.m4 + PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 @@ -148,11 +150,6 @@ endif CONFIGURE_VARS+= \ CFLAGS="$$$$CFLAGS -DNDEBUG -DDISABLE_SYSTEMD" \ -define Build/Configure - ( cd $(PKG_BUILD_DIR); autoreconf -f; ); - $(call Build/Configure/Default) -endef - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/avahi-{common,core} $(1)/usr/include/