76b13e5d1b
mud/aegis256/aegis256.c:6:18: error: missing binary operator before token "("
#if __has_include("x86intrin.h")
^
is fixed through
4ff57bfc83
Fixes:
- http://autobuild.buildroot.org/results/f03b0ec68e14e4562df13ce484da34115b113c02
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
433 B
Makefile
14 lines
433 B
Makefile
################################################################################
|
|
#
|
|
# glorytun
|
|
#
|
|
################################################################################
|
|
|
|
GLORYTUN_VERSION = 0.2.1
|
|
GLORYTUN_SITE = https://github.com/angt/glorytun/releases/download/v$(GLORYTUN_VERSION)
|
|
GLORYTUN_DEPENDENCIES = libsodium host-pkgconf
|
|
GLORYTUN_LICENSE = BSD-2-clause
|
|
GLORYTUN_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(autotools-package))
|