rebuilt wih --disable-arch-native to prevent segfault on cpus different from build one [release 3.5.22-3mamba;Mon Oct 24 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 18:05:28 +01:00
parent d51e1eaa7b
commit 5e6289bdfd

View File

@ -5,7 +5,7 @@
Name: squid Name: squid
Version: 3.5.22 Version: 3.5.22
Release: 2mamba Release: 3mamba
Summary: The Squid proxy caching server Summary: The Squid proxy caching server
Group: System/Servers Group: System/Servers
Vendor: openmamba Vendor: openmamba
@ -96,6 +96,7 @@ sed -i "s|-Werror||" configure
--enable-wccpv2 \ --enable-wccpv2 \
--with-winbind-auth-challenge \ --with-winbind-auth-challenge \
--enable-icap-client \ --enable-icap-client \
--disable-arch-native \
%ifnarch ia64 x86_64 %ifnarch ia64 x86_64
--with-large-files \ --with-large-files \
%endif %endif
@ -240,6 +241,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
#%doc QUICKSTART README RELEASENOTES.html SPONSORS #%doc QUICKSTART README RELEASENOTES.html SPONSORS
%changelog %changelog
* Mon Oct 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.22-3mamba
- rebuilt wih --disable-arch-native to prevent segfault on cpus different from build one
* Sun Oct 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.22-2mamba * Sun Oct 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.22-2mamba
- systemd service support - systemd service support