[Opensrf-commits] r1414 - branches/sboyette/src/gateway

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Aug 13 12:45:41 EDT 2008


Author: sboyette
Date: 2008-08-13 12:45:38 -0400 (Wed, 13 Aug 2008)
New Revision: 1414

Modified:
   branches/sboyette/src/gateway/Makefile.am
Log:
added hack to slipstream fake LoadModule into apache config


Modified: branches/sboyette/src/gateway/Makefile.am
===================================================================
--- branches/sboyette/src/gateway/Makefile.am	2008-08-13 15:49:07 UTC (rev 1413)
+++ branches/sboyette/src/gateway/Makefile.am	2008-08-13 16:45:38 UTC (rev 1414)
@@ -18,6 +18,7 @@
 AM_LDFLAGS = -L$(LIBDIR) -L at top_builddir@/src/libopensrf
 
 install-exec-local: 
+	echo -e "#\n#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so" >> `apxs2 -q SYSCONFDIR`/httpd.conf
 	$(APXS2) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) @srcdir@/osrf_json_gateway.c apachetools.c apachetools.h libopensrf.so
 	$(APXS2) -c $(DEF_LDLIBS) $(AM_CFLAGS) $(AM_LDFLAGS) @srcdir@/osrf_http_translator.c apachetools.c apachetools.h libopensrf.so
 	$(APXS2) -i -a @srcdir@/osrf_json_gateway.la



More information about the opensrf-commits mailing list