From: Gonzalo A. <ga...@us...> - 2008-11-05 14:54:48
|
Update of /cvsroot/mod-c/mod_c/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27459/src Modified Files: Makefile.am Log Message: using apxs -a seems to be somewhat broken under apache 2.2 (debian). Index: Makefile.am =================================================================== RCS file: /cvsroot/mod-c/mod_c/src/Makefile.am,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Makefile.am 1 Apr 2007 13:25:08 -0000 1.17 --- Makefile.am 5 Nov 2008 14:54:43 -0000 1.18 *************** *** 23,26 **** install-exec-hook: ! $(APXS) -i -a mod_c.so --- 23,26 ---- install-exec-hook: ! $(APXS) -i mod_c.so |