parent
86445edac4
commit
4632a3c788
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libtls'
|
||||
pkgname=libtls
|
||||
version=3.3.4
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="libressl-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-libtls-only --enable-nc $(vopt_enable asm)"
|
||||
|
@ -48,7 +48,6 @@ pre_configure() {
|
|||
|
||||
do_install() {
|
||||
make -C tls install DESTDIR="$DESTDIR"
|
||||
make -C apps/nc install DESTDIR="$DESTDIR"
|
||||
vlicense COPYING
|
||||
if [ "$build_option_asm" ]; then
|
||||
vlicense libressl-portable-asm-${_lssl_asm_ver}/LICENSE.cryptogams
|
||||
|
|
Loading…
Reference in a new issue