trial & error to fix the lottie packaging issue in vd. 06/213906/1
authorHermet Park <hermetpark@gmail.com>
Mon, 16 Sep 2019 09:53:14 +0000 (18:53 +0900)
committerHermet 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

index 06aa9c1..5fe0ac6 100644 (file)
@@ -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 \