Hello community, here is the log from the commit of package clamav for openSUSE:Factory checked in at 2013-12-30 09:49:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clamav (Old) and /work/SRC/openSUSE:Factory/.clamav.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clamav" Changes: -------- --- /work/SRC/openSUSE:Factory/clamav/clamav.changes 2013-09-30 17:51:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes 2013-12-30 09:49:52.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Dec 15 16:03:46 UTC 2013 - [email protected] + +- fix build failures on ppc64le: + * fanotify is only supported on x86 platforms + * building tomsfastmath on (non-x86) 64-bit platforms requires -DFP_64BIT + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clamav.spec ++++++ --- /var/tmp/diff_new_pack.DC4Jiq/_old 2013-12-30 09:49:53.000000000 +0100 +++ /var/tmp/diff_new_pack.DC4Jiq/_new 2013-12-30 09:49:53.000000000 +0100 @@ -96,6 +96,10 @@ # SLES9 needs this macro to enable the quarantine feature in libmilter CFLAGS="$CFLAGS -D_FFR_QUARANTINE -D_FFR_SMFI_OPENSOCKET" %endif +%ifarch ppc64 ppc64le +# tomsfastmath needs this for correct operation on 64-bit platforms +CFLAGS="$CFLAGS -DFP_64BIT" +%endif ./configure \ --prefix=%_prefix \ --libdir=%_libdir \ @@ -109,6 +113,9 @@ --enable-milter \ %clamav_check \ %llvm \ +%ifnarch %ix86 x86_64 + --disable-fanotify \ +%endif --disable-zlib-vcheck \ --enable-clamdtop \ --disable-timestamps -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
