projects
/
platform
/
upstream
/
python.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2fb2d5
)
Add PIE option at python makefile
40/202040/1
accepted/tizen/base/20190418.010732
submit/tizen_base/20190322.054226
submit/tizen_base/20190416.061515
author
DongHun Kwak
<dh0128.kwak@samsung.com>
Fri, 22 Mar 2019 05:39:46 +0000
(14:39 +0900)
committer
DongHun Kwak
<dh0128.kwak@samsung.com>
Fri, 22 Mar 2019 05:39:46 +0000
(14:39 +0900)
Change-Id: I4138e7d42a195099781148100220dc1c136d5714
Makefile.pre.in
patch
|
blob
|
history
diff --git
a/Makefile.pre.in
b/Makefile.pre.in
index 3231b34b1f320df9e4815a4210515d95f8a7ad6f..e810b63558cc95ce9214ab9f58f905c68a2cf50a 100644
(file)
--- a/
Makefile.pre.in
+++ b/
Makefile.pre.in
@@
-487,7
+487,7
@@
coverage-report: regen-grammar
# Build the interpreter
$(BUILDPYTHON): Modules/python.o $(LIBRARY) $(LDLIBRARY)
- $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
+ $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -
pie -
o $@ \
Modules/python.o \
$(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)