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:
1cdba01
)
packaging: removed '-Wl,as-needed' for build error.
11/59911/2
accepted/tizen/common/20160304.195740
accepted/tizen/ivi/20160305.094627
accepted/tizen/mobile/20160305.094538
accepted/tizen/tv/20160305.094555
accepted/tizen/wearable/20160305.094611
submit/tizen/20160304.110046
author
Dongkyun, Son
<dongkyun.s@samsung.com>
Fri, 19 Feb 2016 10:27:20 +0000
(19:27 +0900)
committer
Dongkyun Son
<dongkyun.s@samsung.com>
Wed, 2 Mar 2016 13:28:16 +0000
(
05:28
-0800)
Change-Id: Ieaf608ec017db1459601426e46585336b79ff540
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
packaging/pepper.spec
patch
|
blob
|
history
diff --git
a/packaging/pepper.spec
b/packaging/pepper.spec
index 09c8bb3e0d4a24eeec0703a4ef80cb2a26bb409f..6980877f414acb7fc3d08e790b5b6d502d19bd41 100644
(file)
--- a/
packaging/pepper.spec
+++ b/
packaging/pepper.spec
@@
-162,6
+162,10
@@
This package includes doctor server files.
%setup -q
%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"