]> git.pld-linux.org Git - packages/apache-mod_suphp.git/blob - apache-mod_suphp-compiler-flags.patch
update to 0.7.2
[packages/apache-mod_suphp.git] / apache-mod_suphp-compiler-flags.patch
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@ -I@APR_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-util/ -D_LARGEFILE64_SOURCE
9  
10  noinst_LTLIBRARIES = mod_suphp.la
11  mod_suphp_la_SOURCES = mod_suphp.c
This page took 0.060231 seconds and 3 git commands to generate.