- fix build of mod_accel on amd64

PR:		84150
Submitted by:	Bjoern Koenig
This commit is contained in:
Dirk Meyer 2005-07-28 04:48:14 +00:00
parent 086e9785f3
commit 3bc6dc7c21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140276
2 changed files with 12 additions and 1 deletions

View File

@ -227,7 +227,7 @@ CONFIGURE_ARGS+= --activate-module=src/modules/extra/mod_randban.o \
--enable-shared=freeze \
--activate-module=src/modules/accel/libaccel.a \
--enable-shared=accel
EXTRA_PATCHES+= ${FILESDIR}/mod_accel-preservehost.patch
EXTRA_PATCHES+= ${FILESDIR}/mod_accel-preservehost.patch ${FILESDIR}/mod_accel-Makefile.tmpl.patch
PLIST_FILES+= libexec/apache/libaccel.so \
libexec/apache/mod_freeze.so \
libexec/apache/mod_randban.so \

View File

@ -0,0 +1,11 @@
--- src/modules/accel/Makefile.tmpl.orig Wed Jul 27 23:56:21 2005
+++ src/modules/accel/Makefile.tmpl Wed Jul 27 23:56:28 2005
@@ -9,7 +9,7 @@
OBJS_PIC=\
mod_accel.lo accel_cachemgr.lo \
- accel_backend.o accel_cache.lo accel_gc.lo \
+ accel_backend.lo accel_cache.lo accel_gc.lo \
accel_lock.lo accel_http.lo accel_connect.lo accel_util.lo \
ap_other_child.lo ap_ext_accel.lo