October 20, 2008
View 9d444ac

use -print-multi-os-directory to set default libdir (bb #1240) WARNING: On a 64-bit multiarch OS, this will by default install libclamav into /usr/local/lib64, if your system uses /usr/local/lib for 32bit apps. If the system uses /usr/local/lib for 64-bit apps and lib32 for 32bit apps, there is no change (unless you use -m32).

Török Edvin authored on 2008/10/20 23:00:07
October 15, 2008
View 5153506

bump flevel and revision

Tomasz Kojm authored on 2008/10/15 18:54:09
October 9, 2008
View b105842

when --disable-gcc-vcheck is set, set CFLAGS to O0 and append -broken-compiler to the VERSION (bb #684) introduce VERSION_SUFFIX for easier handling, and convert -exp to use it

Török Edvin authored on 2008/10/09 18:00:26
October 4, 2008
View ae685a7

link to libclamunrar_iface explicitly to allow non-rpath builds to work. (bb #1203) Thanks to James Ralston <ralston*pobox.com>

Török Edvin authored on 2008/10/04 02:11:59
View 7f3ca52

fix build failure when using LDFLAGS="-Wl,--as-needed" (bb #1204) thanks to Nathan Brink <ohnobinki*ohnopublishing.net>

Török Edvin authored on 2008/10/04 00:43:03
October 3, 2008
View 46c354e

fix cross-compilation. Note that when cross-compiling some checks cannot be run, so we assume no mmap, no ipv6. The resulting binary won't be able to detect some files.

Török Edvin authored on 2008/10/03 04:58:18
September 23, 2008
View 45941d2

better fix

Tomasz Kojm authored on 2008/09/23 06:35:29
View db689c3

configure: use AF_UNSPEC when testing getaddrinfo() (bb#1196)

Tomasz Kojm authored on 2008/09/23 06:29:14
September 22, 2008
View 945655b

revert last commit

Török Edvin authored on 2008/09/22 23:46:14
View 37bc309

more reliable linking with bzip2, $LIBBZ2_PREFIX is not always set.

Török Edvin authored on 2008/09/22 23:08:49
September 18, 2008
View ab893c9

regenerate configure

Török Edvin authored on 2008/09/18 20:33:41
September 16, 2008
View 73aeb57

add a script to contrib that builds clamav with mudflap and other checks (bb #1092) fix ac_cv usage in m4/acinclude.m4 fixes for unit_tests/

Török Edvin authored on 2008/09/16 01:23:19
September 13, 2008
View 8622d6b

fix typo causing build failure

Török Edvin authored on 2008/09/13 21:30:18
September 11, 2008
View 15d6731

allow 'make check' to work even if check is not installed by skipping checks that require it. (bb #1157) if configure is not able to find check, you can use --with-libcheck-prefix, instead of CHECK_CFLAGS and CHECK_LIBS. remove accidental AC_DEFINE GETHOSTBYNAME_R_6 from last commit.

Török Edvin authored on 2008/09/11 20:02:12
View 3027857

configure: use getaddrinfo() whenever available (can be disabled with --disable-getaddrinfo); --disable-ipv6 now only disables support for IPv6 addresses in getaddrinfo() (bb#1165)

Tomasz Kojm authored on 2008/09/11 03:11:00