Accepting request 231142 from devel:ARM:Factory
- do not disable security checks in configure. That would be insecure - use DFP_64bit also for aarch64 OBS-URL: https://build.opensuse.org/request/show/231142 OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=97
This commit is contained in:
parent
e543ab3c80
commit
ab126c170e
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 23 10:59:43 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
- do not disable security checks in configure. That would be
|
||||||
|
insecure
|
||||||
|
- use DFP_64bit also for aarch64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 13 15:41:18 UTC 2014 - boris@steki.net
|
Thu Mar 13 15:41:18 UTC 2014 - boris@steki.net
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ export CXXFLAGS="%optflags $CXXFLAGS"
|
|||||||
# SLES9 needs this macro to enable the quarantine feature in libmilter
|
# SLES9 needs this macro to enable the quarantine feature in libmilter
|
||||||
CFLAGS="$CFLAGS -D_FFR_QUARANTINE -D_FFR_SMFI_OPENSOCKET"
|
CFLAGS="$CFLAGS -D_FFR_QUARANTINE -D_FFR_SMFI_OPENSOCKET"
|
||||||
%endif
|
%endif
|
||||||
%ifarch ppc64 ppc64le
|
%if "%_lib" == "lib64"
|
||||||
# tomsfastmath needs this for correct operation on 64-bit platforms
|
# tomsfastmath needs this for correct operation on 64-bit platforms
|
||||||
CFLAGS="$CFLAGS -DFP_64BIT"
|
CFLAGS="$CFLAGS -DFP_64BIT"
|
||||||
%endif
|
%endif
|
||||||
@ -124,7 +124,9 @@ CFLAGS="$CFLAGS -DFP_64BIT"
|
|||||||
--enable-milter \
|
--enable-milter \
|
||||||
%clamav_check \
|
%clamav_check \
|
||||||
%llvm \
|
%llvm \
|
||||||
|
%if 0%{?suse_version} == 0910
|
||||||
--disable-zlib-vcheck \
|
--disable-zlib-vcheck \
|
||||||
|
%endif
|
||||||
--enable-clamdtop \
|
--enable-clamdtop \
|
||||||
--disable-timestamps
|
--disable-timestamps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user