diff --git a/dhcp.spec b/dhcp.spec index bf6fdd58377ceb2d8dd9a74b075fe769b183392a..85aa6cb1093937ec2aab8b002502c62ba276abf8 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -3,7 +3,7 @@ Name: dhcp Version: 4.4.3 -Release: 9 +Release: 10 Summary: Dynamic host configuration protocol software #Please don't change the epoch on this package Epoch: 12 @@ -117,7 +117,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 \ @@ -318,6 +318,9 @@ exit 0 %{_mandir}/man3/omapi.3.gz %changelog +* Thu Nov 27 2025 luoguocui - 12:4.4.3-10 +- Ignore Wincompatible-pointer-types error when compiling with gcc-14.3 + * Thu Mar 20 2025 zhangpan - 12:4.4.3-9 - Type:CVE - ID:NA