projects
/
platform
/
core
/
uifw
/
pepper.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57f1592
)
Packaging: use a linker option --as-needed if it is inherited.
48/71748/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 27 May 2016 04:07:40 +0000
(13:07 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Fri, 27 May 2016 04:07:40 +0000
(13:07 +0900)
Change-Id: Ic1f5bcf0883dcb52242d3db95c0f8f528926a654
packaging/pepper.spec
patch
|
blob
|
history
diff --git
a/packaging/pepper.spec
b/packaging/pepper.spec
index 6a65a3a1fd810db76e47e743c729886b629e7ad6..286c0bfc22ebf6592bfead2e8eb90c75fa14af39 100644
(file)
--- a/
packaging/pepper.spec
+++ b/
packaging/pepper.spec
@@
-164,10
+164,6
@@
This package includes doctor server files.
cp %{SOURCE1001} .
%build
-export CFLAGS="$(echo $CFLAGS | sed 's/-Wl,--as-needed//g')"
-export CXXFLAGS="$(echo $CXXFLAGS | sed 's/-Wl,--as-needed//g')"
-export FFLAGS="$(echo $FFLAGS | sed 's/-Wl,--as-needed//g')"
-
%autogen \
--disable-x11 \
%if "%{ENABLE_TDM}" == "0"