ports/109792: Recent patch for security/clamav needs an addition

Eugene Grosbein eugen at kuzbass.ru
Sat Mar 3 12:30:14 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list