X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=package%2Fiproute2%2FMakefile;h=5ce9083e38e146e7c9bf381e345ecc3dd95735a1;hb=ca29771c2a631fc669217f8c9b8873a032537807;hp=a05f0cdfe122a3962d85fc494c296efae408d2bb;hpb=90826d83c9ed70722e8d3ff0b6c399ab8d9818b2;p=librecmc%2Flibrecmc.git diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index a05f0cdfe1..5ce9083e38 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -74,10 +74,12 @@ define Package/genl/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/genl/genl $(1)/usr/sbin/ endef +$(eval $(call RequireCommand,bison, \ + $(PKG_NAME) requires GNU bison. \ +)) + $(eval $(call BuildPackage,ip)) $(eval $(call BuildPackage,tc)) $(eval $(call BuildPackage,genl)) -$(eval $(call RequireCommand,bison, \ - $(PKG_NAME) requires GNU bison. \ -)) +