Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
aports
Commits
ad588064
Commit
ad588064
authored
May 06, 2019
by
Natanael Copa
Browse files
main/strongswan: enable aesni on x86_64
fixes
#10120
(cherry picked from commit
302749e2
)
parent
8b903beb
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/strongswan/APKBUILD
View file @
ad588064
...
...
@@ -3,7 +3,7 @@
pkgname
=
strongswan
pkgver
=
5.7.2
_pkgver
=
${
pkgver
//_rc/rc
}
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"IPsec-based VPN solution focused on security and ease of use, supporting IKEv1/IKEv2 and MOBIKE"
url
=
"https://www.strongswan.org/"
arch
=
"all"
...
...
@@ -69,6 +69,10 @@ build() {
# - apk depends on openssl, so we use that
# - openssl provides ciphers, randomness, etc
# -> disable all redundant in-tree copies
local
_aesni
=
case
"
$CARCH
"
in
x86_64
)
_aesni
=
"--enable-aesni"
;;
esac
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
...
...
@@ -112,7 +116,8 @@ build() {
--enable-cmd
\
--enable-swanctl
\
--enable-shared
\
--disable-static
--disable-static
\
$_aesni
make
}
...
...
Natanael Copa
@ncopa
mentioned in issue
#10120 (closed)
·
Jul 12, 2019
mentioned in issue
#10120 (closed)
mentioned in issue #10120
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment