From: Marcin Jurkowski Date: Wed, 2 Sep 2015 09:57:39 +0000 (+0200) Subject: nbd: get rid of unnecessary Build/Compile macro X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6bb198c646a6ef053fa59668ee3dfe98c743f839;p=openwrt-packages.git nbd: get rid of unnecessary Build/Compile macro Signed-off-by: Marcin Jurkowski --- diff --git a/net/nbd/Makefile b/net/nbd/Makefile index ae6ff373b..4f1840298 100644 --- a/net/nbd/Makefile +++ b/net/nbd/Makefile @@ -50,13 +50,10 @@ define Package/nbd-server/description This package contains the network block device server. endef -CONFIGURE_ARGS+= \ +CONFIGURE_ARGS += \ --disable-glibtest -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - nbd-client nbd-server -endef +TARGET_CFLAGS += --std=gnu99 define Package/nbd/install $(INSTALL_DIR) $(1)/usr/sbin