]> git.pld-linux.org Git - packages/stellarium.git/commitdiff
- disable shared libs (https://github.com/Stellarium/stellarium/issues/161#issuecomme... auto/th/stellarium-0.18.1-1
authorAdam Osuchowski <adwol@pld-linux.org>
Tue, 31 Jul 2018 18:06:10 +0000 (20:06 +0200)
committerAdam Osuchowski <adwol@pld-linux.org>
Tue, 31 Jul 2018 18:06:10 +0000 (20:06 +0200)
stellarium.spec

index 6aa19fda4ef066f410943f4a485d7482f94e03d1..92bc3ac97a82826e6a0d0d0cc847883ce1389ccb 100644 (file)
@@ -39,8 +39,6 @@ Requires:     %{name}-data = %{version}-%{release}
 Requires:      Qt5Gui-platform-xcb-glx
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _noautoreq      libstelMain.so.*
-
 %description
 Stellarium renders 3D realistic skies in real time with OpenGL. It
 displays stars, constellations, planets, nebulas and others things
@@ -94,8 +92,9 @@ install %{SOURCE1} .
 
 %build
 %cmake \
-               -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-               .
+       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       -DBUILD_SHARED_LIBS=OFF \
+       .
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.175377 seconds and 4 git commands to generate.