From 7742fe3d67eedd9eafcb058e1580c6dab9d51342 Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 28 Feb 2014 16:19:10 +0000 Subject: - Stage support --- www/mod_log_sql2/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www') diff --git a/www/mod_log_sql2/Makefile b/www/mod_log_sql2/Makefile index b866e1026d6..73291836ef4 100644 --- a/www/mod_log_sql2/Makefile +++ b/www/mod_log_sql2/Makefile @@ -25,7 +25,6 @@ USE_MYSQL= yes USE_APACHE= 22 CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql" -NO_STAGE= yes .include .if defined(WITH_DBI) || exists(${LOCALBASE}/include/dbi/dbi.h) @@ -39,6 +38,6 @@ SSL_PLIST= "@comment " .endif post-install: - @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so" + @${APXS} -e -a -n "${SHORTMODNAME}" "${STAGEDIR}${APACHEMODDIR}/${MODULENAME}.so" .include -- cgit