[packages/openwsman] - fix building with GCC 15

hawk hawk at pld-linux.org
Fri Aug 15 11:02:31 CEST 2025


commit 52a557241095f8a009e4365d3e58e6232436b99a
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Fri Aug 15 11:02:17 2025 +0200

    - fix building with GCC 15

 openwsman.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/openwsman.spec b/openwsman.spec
index df04dba..f406cd2 100644
--- a/openwsman.spec
+++ b/openwsman.spec
@@ -181,6 +181,7 @@ Wiązania języka Ruby do bibliotek openwsman.
 install -d build
 cd build
 %cmake .. \
+	-DCMAKE_C_FLAGS="%{rpmcflags} -Wno-incompatible-pointer-types" \
 %if %{with java}
 	-DJAVA_HOME:PATH="%{java_home}" \
 	-DJAVA_INCLUDE_PATH=%{java_home}/include \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openwsman.git/commitdiff/52a557241095f8a009e4365d3e58e6232436b99a



More information about the pld-cvs-commit mailing list