[packages] avahi: force full autoreconf, fixes forkbomb when gettextize is not installed (wtf?!)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24402 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d67f55470f
commit
a3c3581948
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user