SOURCES: apache-mod_suphp-compiler-flags.patch (NEW) - patch with ...

zboczuch zboczuch at pld-linux.org
Fri Jul 1 21:59:36 CEST 2005


Author: zboczuch                     Date: Fri Jul  1 19:59:36 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- patch with missing compiler flags for version 0.6.0

---- Files affected:
SOURCES:
   apache-mod_suphp-compiler-flags.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/apache-mod_suphp-compiler-flags.patch
diff -u /dev/null SOURCES/apache-mod_suphp-compiler-flags.patch:1.1
--- /dev/null	Fri Jul  1 21:59:36 2005
+++ SOURCES/apache-mod_suphp-compiler-flags.patch	Fri Jul  1 21:59:31 2005
@@ -0,0 +1,11 @@
+--- suphp-0.6.0-orig/src/apache2/Makefile.am	2005-02-27 19:00:43.000000000 +0100
++++ suphp-0.6.0/src/apache2/Makefile.am	2005-06-30 23:43:22.770388248 +0200
+@@ -3,7 +3,7 @@
+ endif
+ 
+ AM_CFLAGS=-I at APXS_INCLUDEDIR@ @APXS_EXTRA_CFLAGS@
+-AM_CFLAGS+=-DSUPHP_PATH_TO_SUPHP=\"${sbindir}/suphp\" $(DEFINE_USERGROUP)
++AM_CFLAGS+=-DSUPHP_PATH_TO_SUPHP=\"${sbindir}/suphp\" $(DEFINE_USERGROUP) -I${includedir}/apr/ -I${includedir}/apr-util/ -D_LARGEFILE64_SOURCE
+ 
+ noinst_LTLIBRARIES = mod_suphp.la
+ mod_suphp_la_SOURCES = mod_suphp.c
================================================================



More information about the pld-cvs-commit mailing list