epel9
Nicolas Chauvet 4 years ago
parent 470affd8a1
commit 93ab477911

@ -39,18 +39,14 @@ developing applications that use %{name}.
%build
mkdir -p build
cd build
%cmake3 \
-DBUILD_STATIC_LIBS=OFF \
..
-DBUILD_STATIC_LIBS=OFF
%make_build
%cmake_build
%install
cd build
%make_install
%cmake_install
%ldconfig_scriptlets

Loading…
Cancel
Save