|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../gnutls/gnutls.conf |
|
|
|
|
# Copyright (C) 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2011 - 2012 The OpenSDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
|
# |
|
|
|
@ -21,3 +21,8 @@ if ! pkginstalled nettle; then
|
|
|
|
|
pkgprefix -t libgcrypt |
|
|
|
|
var_append extraconfopt ' ' '--with-libgcrypt' |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# PKCS#11 support through p11-kit is enabled by default |
|
|
|
|
if ! pkginstalled -f p11-kit; then |
|
|
|
|
var_append extraconfopt ' ' '--without-p11-kit' |
|
|
|
|
fi |
|
|
|
|