From: sboyette Date: Wed, 13 Aug 2008 16:45:38 +0000 (+0000) Subject: added hack to slipstream fake LoadModule into apache config X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1d28beda82b073f85b6b3855f093795f079cb19f;p=OpenSRF.git added hack to slipstream fake LoadModule into apache config git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/sboyette@1414 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/gateway/Makefile.am b/src/gateway/Makefile.am index f345a00..6b9d476 100644 --- a/src/gateway/Makefile.am +++ b/src/gateway/Makefile.am @@ -18,6 +18,7 @@ AM_CFLAGS = -D_LARGEFILE64_SOURCE -Wall -I@abs_top_srcdir@/include/ -I$(LIBXML2_ AM_LDFLAGS = -L$(LIBDIR) -L@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