From f6b1bd9aff33431ec3fc46f7357e219237e5bc3a Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Sat, 12 Mar 2005 17:24:14 +0000 Subject: fix building for cases where WRKDIR is a nfs mount --- security/courier-authlib/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'security/courier-authlib') diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 836e9556543c..09788f1fb902 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -147,6 +147,11 @@ post-patch: ${WRKSRC}/userdb/Makefile.in @${REINPLACE_CMD} -e 's|DEFAULTOPTIONS=""|DEFAULTOPTIONS="wbnodsn=1"|' \ ${WRKSRC}/authdaemonrc.in + @${REINPLACE_CMD} -e 's|conftest.lock|/tmp/courier-authlib.locktest|g' \ + ${WRKSRC}/liblock/locktest.c + +post-configure: + @${RM} -f /tmp/courier-authlib.locktest post-install: ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ -- cgit v1.2.3