touch some autoconf files to prevent autoheader invocation, since configure is modifi...
authorNicolas Thill <nico@openwrt.org>
Tue, 23 Jan 2007 19:11:57 +0000 (19:11 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 23 Jan 2007 19:11:57 +0000 (19:11 +0000)
SVN-Revision: 6187

net/arpd/Makefile

index 1fe6511098271009bbb37d619a8f9018c6029632..234a7d4296788ef0af2a71b4a4d6e52392372988 100644 (file)
@@ -30,6 +30,10 @@ define Package/arpd
 endef
 
 define Build/Configure
+        (cd $(PKG_BUILD_DIR); touch \
+               stamp-h.in \
+               config.h.in \
+       );
        $(call Build/Configure/Default, \
                --with-libdnet="$(STAGING_DIR)/usr" \
                --with-libevent="$(STAGING_DIR)/usr" \