|
|
@ -22,7 +22,9 @@ if atstage cross; then |
|
|
|
fi |
|
|
|
|
|
|
|
if pkginstalled -f gnutls; then |
|
|
|
var_append extraconfopt ' ' "--with-gnutls=$( pkgprefix -r gnutls ) --without-crypto --without-ssl" |
|
|
|
var_append extraconfopt ' ' "--with-gnutls=$( pkgprefix -r gnutls )" |
|
|
|
# make sure that we do not link against openssl's lib{crypto,ssl} |
|
|
|
var_append extraconfopt ' ' "--without-crypto --without-ssl" |
|
|
|
fi |
|
|
|
|
|
|
|
if ! pkginstalled -f libgcrypt; then |
|
|
|