nbd: get rid of unnecessary Build/Compile macro
authorMarcin Jurkowski <marcin1j@gmail.com>
Wed, 2 Sep 2015 09:57:39 +0000 (11:57 +0200)
committerMarcin Jurkowski <marcin1j@gmail.com>
Wed, 2 Sep 2015 10:46:25 +0000 (12:46 +0200)
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
net/nbd/Makefile

index ae6ff373bcbb44fd7e6a12e7a2334d49569c4f62..4f1840298120d1f7d0ecf78cad6cec8e1d8353f4 100644 (file)
@@ -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