lang/luajit-openresty: increase build-time verbosity

This commit is contained in:
Martin Matuska 2020-11-22 10:06:03 +00:00
parent 9ffd1598de
commit 7c423bf094
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556037

View file

@ -21,7 +21,7 @@ USES= gmake
CONFLICTS_INSTALL= luajit CONFLICTS_INSTALL= luajit
USE_LDCONFIG= yes USE_LDCONFIG= yes
MAKE_ARGS= CC=${CC} MAKE_ARGS= CC=${CC} Q=
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= openresty GH_ACCOUNT= openresty
@ -41,7 +41,7 @@ USE_GCC=yes
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000
MAKE_ARGS+= XCFLAGS=-DLJ_TARGET_HAS_GETENTROPY=0 Q= MAKE_ARGS+= XCFLAGS=-DLJ_TARGET_HAS_GETENTROPY=0
.endif .endif
post-install: post-install: