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:
parent
d51e1eaa7b
commit
5e6289bdfd
@ -5,7 +5,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 3.5.22
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: The Squid proxy caching server
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
@ -96,6 +96,7 @@ sed -i "s|-Werror||" configure
|
||||
--enable-wccpv2 \
|
||||
--with-winbind-auth-challenge \
|
||||
--enable-icap-client \
|
||||
--disable-arch-native \
|
||||
%ifnarch ia64 x86_64
|
||||
--with-large-files \
|
||||
%endif
|
||||
@ -240,6 +241,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
|
||||
#%doc QUICKSTART README RELEASENOTES.html SPONSORS
|
||||
|
||||
%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
|
||||
- systemd service support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user