]> git.pld-linux.org Git - packages/simplescreenrecorder.git/commitdiff
force -fPIC on all platforms auto/th/simplescreenrecorder-0.3.6-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 30 Dec 2015 08:36:25 +0000 (09:36 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Wed, 30 Dec 2015 08:36:25 +0000 (09:36 +0100)
Qt5 wants that

simplescreenrecorder.spec

index 99a86442d3a67de56d8fb1c89737c45216d839dc..d245cd9e81c5536218a58f367739a18fc30b5130 100644 (file)
@@ -55,6 +55,7 @@ OpenGL applications, for use with the SimpleScreenRecorder.
 %{__automake}
 
 %configure \
+       CXXFLAGS="%{rpmcxxflags} -fPIC" \
        --with-qt5 \
        --with-pulseaudio \
        --with-jack
This page took 0.120158 seconds and 4 git commands to generate.