Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 245450 | Differences between
and this patch

Collapse All | Expand All

(-)clamav-0.94.orig/configure.in (-2 / +2 lines)
Lines 556-562 Link Here
556
556
557
	case "$ac_cv_c_cve_2008_1372" in
557
	case "$ac_cv_c_cve_2008_1372" in
558
	ok|bugged|linkfailed)
558
	ok|bugged|linkfailed)
559
		LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS $LTLIBBZ2"
559
		LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS  -lbz2"
560
		AC_DEFINE([HAVE_BZLIB_H],1,[have bzip2])
560
		AC_DEFINE([HAVE_BZLIB_H],1,[have bzip2])
561
		;;
561
		;;
562
	*)
562
	*)
Lines 566-572 Link Here
566
    dnl we don't need to check for __gmpz_init and mpz_init,
566
    dnl we don't need to check for __gmpz_init and mpz_init,
567
    dnl since we are not checking directly for symbols
567
    dnl since we are not checking directly for symbols
568
    if test "$HAVE_LIBGMP" = "yes"; then
568
    if test "$HAVE_LIBGMP" = "yes"; then
569
	    LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS $LTLIBGMP";
569
	    LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -lgmp";
570
    else
570
    else
571
	    AC_MSG_WARN([****** GNU MP 2 or newer NOT FOUND - digital signature support will be disabled !]);
571
	    AC_MSG_WARN([****** GNU MP 2 or newer NOT FOUND - digital signature support will be disabled !]);
572
	    want_dsig="no";
572
	    want_dsig="no";

Return to bug 245450