projects
/
platform
/
core
/
uifw
/
widget-viewer-dali.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
697505f
)
Add relro option
62/197162/1
accepted/tizen_5.5_unified_mobile_hotfix
tizen_5.5_mobile_hotfix
tizen_5.5_tv
accepted/tizen/5.5/unified/20191031.020617
accepted/tizen/5.5/unified/mobile/hotfix/20201027.080251
accepted/tizen/unified/20190111.055218
submit/tizen/20190110.052647
submit/tizen_5.5/20191031.000005
submit/tizen_5.5_mobile_hotfix/20201026.185105
tizen_5.5.m2_release
author
huiyu.eun
<huiyu.eun@samsung.com>
Thu, 10 Jan 2019 04:34:08 +0000
(13:34 +0900)
committer
huiyu.eun
<huiyu.eun@samsung.com>
Thu, 10 Jan 2019 04:59:49 +0000
(13:59 +0900)
Change-Id: I58e38213460207dac527f23f397c30a47ac05312
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
packaging/widget-viewer-dali.spec
patch
|
blob
|
history
diff --git
a/packaging/widget-viewer-dali.spec
b/packaging/widget-viewer-dali.spec
index 622dda6d404b1d81cfcdc720271272a87c906486..5758936f9f987cfe07245c6c761577a84b3c039b 100644
(file)
--- a/
packaging/widget-viewer-dali.spec
+++ b/
packaging/widget-viewer-dali.spec
@@
-55,7
+55,7
@@
Header and package configuration files for the widget viewer development
%build
PREFIX="/usr"
CXXFLAGS+=" -Wall -g -O2 -fPIE -Wl,-z,relro,-z,now -fstack-protector-strong -D_FORTIFY_SOURCE=2"
-LDFLAGS+=" -Wl,--rpath=$PREFIX/lib -Wl,--as-needed -pie"
+LDFLAGS+=" -Wl,--rpath=$PREFIX/lib -Wl,--as-needed -pie
-Wl,-z,relro,-z,now
"
%ifarch %{arm}
CXXFLAGS+=" -D_ARCH_ARM_"