mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
parent
86445edac4
commit
4632a3c788
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libtls'
|
# Template file for 'libtls'
|
||||||
pkgname=libtls
|
pkgname=libtls
|
||||||
version=3.3.4
|
version=3.3.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="libressl-${version}"
|
wrksrc="libressl-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libtls-only --enable-nc $(vopt_enable asm)"
|
configure_args="--enable-libtls-only --enable-nc $(vopt_enable asm)"
|
||||||
|
@ -48,7 +48,6 @@ pre_configure() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make -C tls install DESTDIR="$DESTDIR"
|
make -C tls install DESTDIR="$DESTDIR"
|
||||||
make -C apps/nc install DESTDIR="$DESTDIR"
|
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
if [ "$build_option_asm" ]; then
|
if [ "$build_option_asm" ]; then
|
||||||
vlicense libressl-portable-asm-${_lssl_asm_ver}/LICENSE.cryptogams
|
vlicense libressl-portable-asm-${_lssl_asm_ver}/LICENSE.cryptogams
|
||||||
|
|
Loading…
Add table
Reference in a new issue