mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
- Fix sysutils/osquery build by adding USE_RTTI=1 to MAKE_ENV
- Bump PORTREVISION PR: 223836 Submitted by: lwshu@
This commit is contained in:
parent
7f0d896b8e
commit
6596575b71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455283
@ -4,6 +4,7 @@
|
||||
PORTNAME= rocksdb
|
||||
PORTVERSION= 5.8.6
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER?= sunpoet@FreeBSD.org
|
||||
@ -34,7 +35,7 @@ CONFIGURE_ARGS= make_config.mk
|
||||
CONFIGURE_ENV= PORTABLE=0 ROCKSDB_ROOT=${WRKSRC}
|
||||
CONFIGURE_SCRIPT= build_tools/build_detect_platform
|
||||
HAS_CONFIGURE= yes
|
||||
MAKE_ENV= CXX=${CXX} INSTALL_PATH=${STAGEDIR}${PREFIX}
|
||||
MAKE_ENV= CXX=${CXX} INSTALL_PATH=${STAGEDIR}${PREFIX} USE_RTTI=1
|
||||
USE_CXXSTD= c++11
|
||||
USE_LDCONFIG= yes
|
||||
USES= compiler:c++11-lib gmake localbase:ldflags shebangfix
|
||||
|
Loading…
Reference in New Issue
Block a user