pkgsrc/security/libsodium/buildlink3.mk
adam e84a6af2c1 Version 1.0.8
- Handle the case where the CPU supports AVX, but we are running
on an hypervisor with AVX disabled/not supported.
- Faster (2x) scalarmult_base() when using the ref10 implementation
2016-02-07 10:59:18 +00:00

12 lines
325 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2016/02/07 10:59:18 adam Exp $
BUILDLINK_TREE+= libsodium
.if !defined(LIBSODIUM_BUILDLINK3_MK)
LIBSODIUM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libsodium+= libsodium>=0.3
BUILDLINK_PKGSRCDIR.libsodium?= ../../security/libsodium
.endif # LIBSODIUM_BUILDLINK3_MK
BUILDLINK_TREE+= -libsodium