]> git.pld-linux.org Git - packages/apache-mod_suphp.git/commitdiff
- patch with missing compiler flags for version 0.6.0
authorMarcin Gajda <m.gajda@functional-software.com>
Fri, 1 Jul 2005 19:59:31 +0000 (19:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_suphp-compiler-flags.patch -> 1.1

apache-mod_suphp-compiler-flags.patch [new file with mode: 0644]

diff --git a/apache-mod_suphp-compiler-flags.patch b/apache-mod_suphp-compiler-flags.patch
new file mode 100644 (file)
index 0000000..db806e8
--- /dev/null
@@ -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@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
This page took 0.07989 seconds and 4 git commands to generate.