]> git.pld-linux.org Git - packages/apache-mod_suphp.git/blame - apache-mod_suphp-compiler-flags.patch
- allow build without httpd binary
[packages/apache-mod_suphp.git] / apache-mod_suphp-compiler-flags.patch
CommitLineData
8fab627e
MG
1--- suphp-0.6.0-orig/src/apache2/Makefile.am 2005-02-27 19:00:43.000000000 +0100
2+++ suphp-0.6.0/src/apache2/Makefile.am 2005-06-30 23:43:22.770388248 +0200
3@@ -3,7 +3,7 @@
4 endif
5
6 AM_CFLAGS=-I@APXS_INCLUDEDIR@ @APXS_EXTRA_CFLAGS@
7-AM_CFLAGS+=-DSUPHP_PATH_TO_SUPHP=\"${sbindir}/suphp\" $(DEFINE_USERGROUP)
8+AM_CFLAGS+=-DSUPHP_PATH_TO_SUPHP=\"${sbindir}/suphp\" $(DEFINE_USERGROUP) -I${includedir}/apr/ -I${includedir}/apr-util/ -D_LARGEFILE64_SOURCE
9
10 noinst_LTLIBRARIES = mod_suphp.la
11 mod_suphp_la_SOURCES = mod_suphp.c
This page took 0.029085 seconds and 4 git commands to generate.