projects
/
platform
/
core
/
multimedia
/
dcm-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c98b74f
)
packaging: removed '-Wl,as-needed' for build error.
09/59909/1
author
Dongkyun, Son
<dongkyun.s@samsung.com>
Fri, 19 Feb 2016 10:25:50 +0000
(19:25 +0900)
committer
Dongkyun, Son
<dongkyun.s@samsung.com>
Fri, 19 Feb 2016 10:25:50 +0000
(19:25 +0900)
Change-Id: Ia233f37de45ec65e2a260d51115a037b3edccfec
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
packaging/dcm-service.spec
patch
|
blob
|
history
diff --git
a/packaging/dcm-service.spec
b/packaging/dcm-service.spec
index 7a6491747910cacdc9f3d8c00ccdceff56dd3928..e0667f8164d5b2525e007cc251b027d07509419f 100755
(executable)
--- a/
packaging/dcm-service.spec
+++ b/
packaging/dcm-service.spec
@@
-40,6
+40,11
@@
This package provides a media DCM(Digital Contents Management) service(Developme
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')"
+
%cmake .
make %{?jobs:-j%jobs}
#export CFLAGS+=" -Wextra -Wno-array-bounds"