nbd: get rid of unnecessary Build/Compile macro
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
This commit is contained in:
parent
891951cae2
commit
6bb198c646
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue