opnsense-ports/databases/rocksdb-lite/Makefile
Franco Fichtner dfdad61602 */*: sync with upstream
Taken from: HardenedBSD
2018-03-16 07:16:30 +01:00

15 lines
651 B
Makefile

# Created by: David Thiel <lx@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 1
MAINTAINER= lx@FreeBSD.org
COMMENT= Persistent key-value store for fast storage environments (lite version)
LITE= yes
MASTERDIR= ${.CURDIR}/../rocksdb
BROKEN_armv6= does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int')
BROKEN_armv7= does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int')
.include "${MASTERDIR}/Makefile"