mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
nbd: get rid of unnecessary Build/Compile macro
Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
This commit is contained in:
+2
-5
@@ -50,13 +50,10 @@ define Package/nbd-server/description
|
|||||||
This package contains the network block device server.
|
This package contains the network block device server.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS += \
|
||||||
--disable-glibtest
|
--disable-glibtest
|
||||||
|
|
||||||
define Build/Compile
|
TARGET_CFLAGS += --std=gnu99
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
|
||||||
nbd-client nbd-server
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/nbd/install
|
define Package/nbd/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
|
|||||||
Reference in New Issue
Block a user