X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Farpd%2FMakefile;h=b6e8bff1e31bafae2ca1e6b168ee9fd8e7909e42;hb=56cd414d74dda7dadf4509c022168c3782549b03;hp=f073edd7296fa68af64a7d5dad8272062c66c8ae;hpb=75ea41a2c060b638aed79b8ce50de8f86505c1b3;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/arpd/Makefile b/net/arpd/Makefile index f073edd729..b6e8bff1e3 100644 --- a/net/arpd/Makefile +++ b/net/arpd/Makefile @@ -15,7 +15,6 @@ PKG_RELEASE:=1 PKG_MD5SUM:=e2911fa9de1b92ef50deda1489ae944d PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://niels.xtdnet.nl/honeyd -PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -30,6 +29,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" \ @@ -45,8 +48,8 @@ define Build/Compile endef define Package/arpd/install - install -d -m0755 $(1)/usr/sbin - install -m0755 $(PKG_BUILD_DIR)/arpd $(1)/usr/sbin/ + $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/arpd $(1)/usr/sbin/ endef $(eval $(call BuildPackage,arpd))