Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2005 18:25:00 +0200
From:      meno.abels@adviser.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        meno.abels@adviser.com
Subject:   ports/85252: [PATCH] www/mod_log_spread missing to the reference the spread runtime libary
Message-ID:  <E1E7ba8-000KBc-HM@ms-1.de.20six.net>
Resent-Message-ID: <200508231630.j7NGUOtl061720@freefall.freebsd.org>

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

>Number:         85252
>Category:       ports
>Synopsis:       [PATCH] www/mod_log_spread missing to the reference the spread runtime libary
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 23 16:30:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Meno Abels
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
ADVISER COM
>Environment:
System: FreeBSD tiger.de.20six.net 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #1: Thu Jul 28 23:45:40 MEST 2005 root@tiger.de.20six.net:/jails/tiger/usr/obj/jails/tiger/usr/src_5.4/sys/GENERIC i386

>Description:
	The reference to the spread runtime library is missing
	Reported by: Brian Candler
>How-To-Repeat:
	compile/testit
>Fix:

cvs diff: Diffing www/mod_log_spread
Index: www/mod_log_spread/Makefile
===================================================================
RCS file: /jails/cvs/var/freebsd.cvs/ports/www/mod_log_spread/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- www/mod_log_spread/Makefile 14 May 2005 11:07:08 -0000      1.1
+++ www/mod_log_spread/Makefile 23 Aug 2005 16:18:13 -0000
@@ -26,7 +26,7 @@
 .endif
 
 do-build:
-       cd ${WRKSRC} && ${APXS} -I${PREFIX}/include -c mod_log_spread.c
+       cd ${WRKSRC} && ${APXS} -I${PREFIX}/include -c -L${PREFIX}/lib -lspread mod_log_spread.c
 
 do-install:
        ${APXS} -i -a -n log_spread ${WRKSRC}/mod_log_spread.so
cvs diff: Diffing www/mod_log_spread/files


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1E7ba8-000KBc-HM>