diff --git a/dhcp.spec b/dhcp.spec index a2b850a82ecbb3844f032174c6faaa35e8fa8d58..90ce4af8e390e0e5925bd0eba7116f5ed3c5d6e5 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -3,7 +3,7 @@ Name: dhcp Version: 4.4.3 -Release: 10 +Release: 11 Summary: Dynamic host configuration protocol software #Please don't change the epoch on this package Epoch: 12 @@ -118,7 +118,7 @@ sed -i -e 's|/var/db/|%{_localstatedir}/lib/dhcpd/|g' contrib/dhcp-lease-list.pl %build autoreconf --verbose --force --install -CFLAGS="%{optflags} -fno-strict-aliasing" \ +CFLAGS="%{optflags} -fno-strict-aliasing -Wno-error=incompatible-pointer-types" \ %configure --with-srv-lease-file=%{_localstatedir}/lib/dhcpd/dhcpd.leases \ --with-srv6-lease-file=%{_localstatedir}/lib/dhcpd/dhcpd6.leases \ --with-cli-lease-file=%{_localstatedir}/lib/dhclient/dhclient.leases \ @@ -319,6 +319,9 @@ exit 0 %{_mandir}/man3/omapi.3.gz %changelog +* Mon Aug 04 2025 Liu Qingtao -12:4.4.3-11 +- Ignore Wincompatible-pointer-types error when compiling with gcc-14.3 + * Thu Mar 20 2025 zhangpan - 12:4.4.3-10 - Type:CVE - ID:NA