- set SHARED_ONLY

ok simon@ espie@
This commit is contained in:
ajacoutot 2007-06-21 07:37:58 +00:00
parent 8055ea218d
commit e6e9840691

View File

@ -1,4 +1,4 @@
# $OpenBSD: apache-module.port.mk,v 1.4 2007/06/21 06:11:11 simon Exp $
# $OpenBSD: apache-module.port.mk,v 1.5 2007/06/21 07:37:58 ajacoutot Exp $
# simplify installation of apache modules
# written by Marc Espie 2007, public domain
#
@ -26,6 +26,9 @@
# sbin/${MODAPACHE_ENABLE}
# @unexec-delete rm -f ${MODAPACHE_FINAL}
# Only works with archs supporting dynamic loading and Apache with DSO's.
SHARED_ONLY ?= Yes
MODAPACHE_ENABLE = mod_${MODAPACHE_NAME}-enable
MODAPACHE_MODULE = mod_${MODAPACHE_NAME}.so
MODAPACHE_FINAL = /usr/lib/apache/${MODAPACHE_MODULE}