diff options
author | John Marino <marino@FreeBSD.org> | 2016-06-01 23:03:37 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-06-01 23:03:37 +0000 |
commit | 746fd726c072c28e688b485935122fc944cea00e (patch) | |
tree | 797ea7be3e3bd63821497c7b6ddd0878f3b1961a /databases/luadbi | |
parent | d675614063358845e0e5e0f421236464888b9960 (diff) | |
download | ports-746fd726c072c28e688b485935122fc944cea00e.tar.gz ports-746fd726c072c28e688b485935122fc944cea00e.zip |
Notes
Diffstat (limited to 'databases/luadbi')
-rw-r--r-- | databases/luadbi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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} |