projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
891951c
)
nbd: get rid of unnecessary Build/Compile macro
author
Marcin Jurkowski
<marcin1j@gmail.com>
Wed, 2 Sep 2015 09:57:39 +0000
(11:57 +0200)
committer
Marcin 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
patch
|
blob
|
history
diff --git
a/net/nbd/Makefile
b/net/nbd/Makefile
index ae6ff373bcbb44fd7e6a12e7a2334d49569c4f62..4f1840298120d1f7d0ecf78cad6cec8e1d8353f4 100644
(file)
--- 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