Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Mar 2007 19:29:00 +0700 (KRAT)
From:      Eugene Grosbein <eugen@kuzbass.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        garga@FreeBSD.org
Subject:   ports/109792: Recent patch for security/clamav needs an addition
Message-ID:  <200703031229.l23CT07p003756@www.svzserv.kemerovo.su>
Resent-Message-ID: <200703031230.l23CU9CO050420@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109792
>Category:       ports
>Synopsis:       Recent patch for security/clamav needs an addition
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 03 12:30:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Grosbein
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Svyaz Service JSC
>Environment:
System: FreeBSD www.svzserv.kemerovo.su 4.11-STABLE FreeBSD 4.11-STABLE #20: Mon Nov 27 13:23:00 KRAT 2006 eu@www.svzserv.kemerovo.su:/home4/obj/home/src/sys/WWW i386

>Description:
	Latest change of security/clamav/files/patch-configure
	dealing with PTHREAD_LIBS is not quite complete.
	Pleas add another chunk (see below), it fixes build for RELENG_4.

>How-To-Repeat:
	configure of clamav 0.90 breaks for RELENG_4

>Fix:

	Pleas add this to clamav/files/patch-configure:

@@ -23401,7 +23401,7 @@
 if test "$have_milter" = "yes"; then
 
         save_LDFLAGS="$LDFLAGS"
-	CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lpthread"
+	CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS %%PTHREAD_LIBS%%"
     if test -d /usr/lib/libmilter ; then
 	CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -L/usr/lib/libmilter"
     fi


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703031229.l23CT07p003756>