X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=ipv6%2Fdhcp6%2FMakefile;h=fc09e761a2ee72e9d6239d5a272fde15eb1bb323;hp=f472b835dc0be970f588d4d5b3440e12ad896101;hb=0759714f972d85f7437077980838be082c7f0754;hpb=8650076287ba2187a73082d21e04f95d2cc80c12 diff --git a/ipv6/dhcp6/Makefile b/ipv6/dhcp6/Makefile index f472b835dc..fc09e761a2 100644 --- a/ipv6/dhcp6/Makefile +++ b/ipv6/dhcp6/Makefile @@ -49,6 +49,12 @@ define Package/dhcp6-server/conffiles /etc/dhcpd6/partial_leases6.conf endef +define Build/Prepare + $(call Build/Prepare/Default) + # prevent package from rebuilding + find $(PKG_BUILD_DIR) | xargs touch +endef + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/client \ CC="$(TARGET_CC)" \