projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc826b
)
trial & error to fix the lottie packaging issue in vd.
06/213906/1
author
Hermet Park
<hermetpark@gmail.com>
Mon, 16 Sep 2019 09:53:14 +0000
(18:53 +0900)
committer
Hermet Park
<hermetpark@gmail.com>
Mon, 16 Sep 2019 09:53:14 +0000
(18:53 +0900)
specify standard c++14 and pthread.
Change-Id: Id3402f20f3dbb4481dedbec300f453213a239166
packaging/rlottie.spec
patch
|
blob
|
history
diff --git
a/packaging/rlottie.spec
b/packaging/rlottie.spec
index 06aa9c16f9cf00ec57fdfa21d9eb5a6e07ce8d3b..5fe0ac64cfe51e3bb4efe62ec0ec3972e3f8d545 100644
(file)
--- a/
packaging/rlottie.spec
+++ b/
packaging/rlottie.spec
@@
-33,7
+33,7
@@
rlottie library (devel)
export DESTDIR=%{buildroot}
-export CXXFLAGS+=" -std=
gnu++14
"
+export CXXFLAGS+=" -std=
c++14 -pthread -fPIE
"
meson setup \
--prefix /usr \