From: Hermet Park Date: Mon, 16 Sep 2019 12:42:54 +0000 (+0900) Subject: remove -fPIE option. X-Git-Tag: submit/tizen/20190917.012523~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b21978cc7b81e4daa253b34bfdca07263cb8872d;p=platform%2Fcore%2Fuifw%2Flottie-player.git remove -fPIE option. Seems this occurs the linking error. Change-Id: I35d468580704eb8ecd809bbe27aefacc26f20629 --- diff --git a/packaging/rlottie.spec b/packaging/rlottie.spec index 5fe0ac6..6d0457b 100644 --- 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 \