projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82fb06b
)
Makefile: warn about missing libnl-route-3
author
Robert Swiecki
<robert@swiecki.net>
Fri, 16 Feb 2018 14:57:41 +0000
(15:57 +0100)
committer
Robert Swiecki
<robert@swiecki.net>
Fri, 16 Feb 2018 14:57:41 +0000
(15:57 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c37691b00832243b0074af010c487ccdf230d0c9..6360c8c6ddc82b2d3a50ff2fe2e1eb0efcfa0fec 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-65,6
+65,11
@@
endif
all: $(BIN)
$(BIN): $(LIBS) $(OBJS)
+ifneq ($(NL3_EXISTS), yes)
+ $(warning "==========================================================")
+ $(warning "No support for libnl3/libnl-route-3; /sbin/ip will be used")
+ $(warning "==========================================================")
+endif
$(CXX) -o $(BIN) $(OBJS) $(LIBS) $(LDFLAGS)
kafel/libkafel.a: