lang/luajit-openresty: increase build-time verbosity
This commit is contained in:
parent
9ffd1598de
commit
7c423bf094
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556037
@ -21,7 +21,7 @@ USES= gmake
|
||||
CONFLICTS_INSTALL= luajit
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ARGS= CC=${CC}
|
||||
MAKE_ARGS= CC=${CC} Q=
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= openresty
|
||||
@ -41,7 +41,7 @@ USE_GCC=yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000
|
||||
MAKE_ARGS+= XCFLAGS=-DLJ_TARGET_HAS_GETENTROPY=0 Q=
|
||||
MAKE_ARGS+= XCFLAGS=-DLJ_TARGET_HAS_GETENTROPY=0
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user