security/botan2: enable support for aarch64 crypto instructions
This now builds fine and the regression tests succeed. ok bluhm@
This commit is contained in:
parent
b74dd030f8
commit
9d3da5d0b7
@ -3,7 +3,7 @@ COMMENT = crypto and TLS for C++11
|
||||
VERSION = 2.19.1
|
||||
DISTNAME = Botan-${VERSION}
|
||||
PKGNAME = botan2-${VERSION}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS = botan-2 15.0
|
||||
|
||||
@ -47,10 +47,6 @@ CONFIGURE_ARGS = --with-build-dir=${WRKBUILD} \
|
||||
--with-zlib \
|
||||
--without-sphinx
|
||||
|
||||
.if ${MACHINE_ARCH} == "aarch64"
|
||||
CONFIGURE_ARGS += --disable-armv8crypto
|
||||
.endif
|
||||
|
||||
DEBUG_PACKAGES = ${BUILD_PACKAGES}
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
|
Loading…
Reference in New Issue
Block a user