Accepting request 231146 from security

- do not disable security checks in configure. That would be
  insecure
- use DFP_64bit also for aarch64 (forwarded request 231142 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/231146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clamav?expand=0&rev=66
This commit is contained in:
Stephan Kulow
2014-05-02 07:51:38 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 1 deletions

View File

@@ -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

View File

@@ -107,7 +107,7 @@ export CXXFLAGS="%optflags $CXXFLAGS"
# SLES9 needs this macro to enable the quarantine feature in libmilter
CFLAGS="$CFLAGS -D_FFR_QUARANTINE -D_FFR_SMFI_OPENSOCKET"
%endif
%ifarch ppc64 ppc64le
%if "%_lib" == "lib64"
# tomsfastmath needs this for correct operation on 64-bit platforms
CFLAGS="$CFLAGS -DFP_64BIT"
%endif
@@ -124,7 +124,9 @@ CFLAGS="$CFLAGS -DFP_64BIT"
--enable-milter \
%clamav_check \
%llvm \
%if 0%{?suse_version} == 0910
--disable-zlib-vcheck \
%endif
--enable-clamdtop \
--disable-timestamps