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:
7ca0657
)
Makefile: compile kafel with -fPIE (maybe fixes #149)
author
Robert Swiecki
<robert@swiecki.net>
Mon, 3 Aug 2020 18:43:08 +0000
(20:43 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Mon, 3 Aug 2020 18:43:08 +0000
(20:43 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b8b857d4d5ec25185e8521a528416520a11f2332..ef66d9cfc9bd64adb5cad82c5d9e1b33824b486b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-77,7
+77,7
@@
endif
kafel/include/kafel.h: kafel_init
kafel/libkafel.a: kafel_init
- $(MAKE) -C kafel
+
CFLAGS=-fPIE
$(MAKE) -C kafel
# Sequence of proto deps, which doesn't fit automatic make rules
config.o: $(SRCS_PB_O) $(SRCS_PB_H)