projects
/
platform
/
core
/
system
/
swap-probe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68b3db1
)
[FIX] disable exec stack
82/29682/1
author
Vitaliy Cherepanov
<v.cherepanov@samsung.com>
Fri, 31 Oct 2014 14:17:50 +0000
(17:17 +0300)
committer
Vitaliy Cherepanov
<v.cherepanov@samsung.com>
Fri, 31 Oct 2014 14:17:50 +0000
(17:17 +0300)
Change-Id: I24c7655659ba82d50c0f33086d14b298912bfe53
Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 3c310e880d7c733dc0ed4318e873095b58aed272..2f813496feb0ab50a7544f323c3538bb02e288a8 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-57,7
+57,10
@@
LDFLAGS = -shared \
-leina \
-levas \
-lpthread \
- -lrt
+ -lrt \
+ -Wl \
+ -z \
+ noexecstack
ASMFLAG = -O0 -g