Browse Source
Update _sys_check
add patchelf to needed packages
pull/57/head
Gorgone
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
support/functions/_sys_check
|
@ -131,7 +131,7 @@ then |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
unset binvars; unset headervars; unset libvars; |
|
|
unset binvars; unset headervars; unset libvars; |
|
|
[ -z ${3+x} ] && binvars=( dialog grep gawk wget tar bzip2 svn xz upx patch gcc make scp sshpass openssl dos2unix ) || binvars=( $(echo "$3" | tr ' ' '\n') ) |
|
|
[ -z ${3+x} ] && binvars=( dialog grep gawk wget tar bzip2 svn xz upx patch gcc make scp sshpass openssl dos2unix patchelf ) || binvars=( $(echo "$3" | tr ' ' '\n') ) |
|
|
[ -z ${4+x} ] && headervars=( crypto.h libusb.h pcsclite.h pthread.h opensslconf.h ) || headervars=( $(echo "$4" | tr ' ' '\n') ) |
|
|
[ -z ${4+x} ] && headervars=( crypto.h libusb.h pcsclite.h pthread.h opensslconf.h ) || headervars=( $(echo "$4" | tr ' ' '\n') ) |
|
|
[ -z ${5+x} ] && libvars=( libccidtwin.so ) || libvars=( $(echo "$5" | tr ' ' '\n') ) |
|
|
[ -z ${5+x} ] && libvars=( libccidtwin.so ) || libvars=( $(echo "$5" | tr ' ' '\n') ) |
|
|
sanity=1 |
|
|
sanity=1 |
|
|