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:
374e31c
)
remove -fPIE option.
19/213919/1
author
Hermet Park
<hermetpark@gmail.com>
Mon, 16 Sep 2019 12:42:54 +0000
(21:42 +0900)
committer
Hermet Park
<hermetpark@gmail.com>
Mon, 16 Sep 2019 12:42:54 +0000
(21:42 +0900)
Seems this occurs the linking error.
Change-Id: I35d468580704eb8ecd809bbe27aefacc26f20629
packaging/rlottie.spec
patch
|
blob
|
history
diff --git
a/packaging/rlottie.spec
b/packaging/rlottie.spec
index 5fe0ac64cfe51e3bb4efe62ec0ec3972e3f8d545..6d0457b893d192b129bed1d8d57baed2537d4ac4 100644
(file)
--- a/
packaging/rlottie.spec
+++ b/
packaging/rlottie.spec
@@
-33,7
+33,7
@@
rlottie library (devel)
export DESTDIR=%{buildroot}
-export CXXFLAGS+=" -std=c++14 -pthread
-fPIE
"
+export CXXFLAGS+=" -std=c++14 -pthread"
meson setup \
--prefix /usr \