1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix building with openssl from ports

PR:		236741
Submitted by:	Dirk Meyer
This commit is contained in:
David Thiel 2019-08-26 19:58:13 +00:00
parent 515ea802a4
commit 9717a813d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509967

View File

@ -18,7 +18,7 @@ GH_ACCOUNT= brunoos
ALL_TARGET= bsd
LIBDIR= -L${LUA_LIBDIR} -L${WRKSRC}/src/luasocket
MAKE_ENV+= INCDIR="-I${LUA_INCDIR} -I${WRKSRC}/src" LUAPATH=${LUA_MODSHAREDIR} \
CPATH=${LUA_MODLIBDIR} LD=${CC}
CPATH=${LUA_MODLIBDIR} LD=${CC} LIBDIR="${LIBDIR}"
.if !defined(SLAVE_PORT)
USES= lua ssl
.endif