projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d67f554
)
[packages] avahi: force full autoreconf, fixes forkbomb when gettextize is not instal...
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 9 Dec 2010 20:29:42 +0000
(20:29 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 9 Dec 2010 20:29:42 +0000
(20:29 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24402
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/avahi/Makefile
patch
|
blob
|
history
diff --git
a/libs/avahi/Makefile
b/libs/avahi/Makefile
index
56b29e4
..
dd2f416
100644
(file)
--- 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/