From fa55810f7a6353fcb9c2a0637047f7ead27550cd Mon Sep 17 00:00:00 2001 From: marino Date: Wed, 1 Jun 2016 23:03:37 +0000 Subject: databases/luadbi is not jobs safe I've witnessed this port fail two separate times because it doesn't ensure that the "build" directory has been created before it starts constructing object files. --- databases/luadbi/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'databases') diff --git a/databases/luadbi/Makefile b/databases/luadbi/Makefile index deff14ea3554..2c60d641f161 100644 --- a/databases/luadbi/Makefile +++ b/databases/luadbi/Makefile @@ -18,6 +18,8 @@ NO_WRKSUBDIR= yes USES= gmake lua:51 shebangfix SHEBANG_FILES= DBI.lua +MAKE_JOBS_UNSAFE= yes + CFLAGS+= -fpic -I${LOCALBASE}/include -I${LUA_INCDIR} -I. \ -I${LOCALBASE}/include/postgresql/server LDFLAGS+= -shared -L${LOCALBASE}/lib -L${LUA_LIBDIR} -- cgit