From 1d28beda82b073f85b6b3855f093795f079cb19f Mon Sep 17 00:00:00 2001 From: sboyette Date: Wed, 13 Aug 2008 16:45:38 +0000 Subject: [PATCH] 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 --- src/gateway/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0