]> git.pld-linux.org Git - packages/qrencode.git/commitdiff
fix build without static libs
authorJan Palus <atler@pld-linux.org>
Sun, 3 May 2020 10:26:29 +0000 (12:26 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 3 May 2020 10:26:29 +0000 (12:26 +0200)
qrencode.spec

index 3bb1cd5e088c1273728e021c1c7b47d3f95e151a..60aae0355e80d9be7b6045b1ad9f7d3de5392f74 100644 (file)
@@ -147,6 +147,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/qrencode.h
 %{_pkgconfigdir}/libqrencode.pc
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libqrencode.a
+%endif
This page took 0.09822 seconds and 4 git commands to generate.