From 1be53a078749b6a6c243fb499694a79a0d2ad449 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Thu, 11 Jan 2024 13:28:37 +0000 Subject: [PATCH] Stop using INSTALL_LIB_DIR CMake macro, unused Upstream discourages from using this macro, and it is not used in the build --- zlib-ng.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlib-ng.spec b/zlib-ng.spec index 9eddcbe..0f91f2d 100644 --- a/zlib-ng.spec +++ b/zlib-ng.spec @@ -98,7 +98,7 @@ cat <<_EOF_ _EOF_ # zlib-ng uses a different macro for library directory. -%global cmake_param %{?with_sanitizers:-DWITH_SANITIZER=ON} -DINSTALL_LIB_DIR=%{_libdir} +%global cmake_param %{?with_sanitizers:-DWITH_SANITIZER=ON} # Setting __cmake_builddir is not necessary in this step, but do it anyway for symmetry. %global __cmake_builddir %{_vpath_builddir}