ports/134454: www/mod_python3: python2.6 / www/apache22 compile issue

Philip M. Gollucci pgollucci at FreeBSD.org
Mon May 11 08:40:03 UTC 2009


>Number:         134454
>Category:       ports
>Synopsis:       www/mod_python3: python2.6 / www/apache22 compile issue
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 11 08:40:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
RideCharge Inc.
>Environment:
>Description:
>How-To-Repeat:
>Fix:
src/Makefile.in
=======================================

--- src/Makefile.in.orig    2009-04-25 14:30:27.000000000 +0200

+++ src/Makefile.in 2009-04-25 14:29:12.000000000 +0200

@@ -46,7 +46,7 @@

@echo
@echo 'Compiling for DSO.'
@echo
- $(APXS) $(INCLUDES) -c $(SRCS) $(LDFLAGS) $(LIBS) @SOLARIS_HACKS@
+ LTFLAGS="--tag=CXX" $(APXS) $(INCLUDES) -c $(SRCS) $(LDFLAGS) $(LIBS) @SOLARIS_HACKS@
@rm -f mod_python.so
@ln -s .libs/mod_python.so mod_python.so
clean: 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list