summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/gnutls/gnutls-3.5.7.ebuild')
-rw-r--r--net-libs/gnutls/gnutls-3.5.7.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/gnutls/gnutls-3.5.7.ebuild b/net-libs/gnutls/gnutls-3.5.7.ebuild
index e3f940b344d5..fe804db0e1f4 100644
--- a/net-libs/gnutls/gnutls-3.5.7.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.7.ebuild
@@ -37,6 +37,7 @@ RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
app-crypt/dieharder
app-misc/datefudge
dev-libs/softhsm:2
+ dev-util/valgrind
net-dialup/ppp
net-misc/socat
)
@@ -105,7 +106,6 @@ multilib_src_configure() {
# complains about duplicate symbols
ECONF_SOURCE=${S} \
econf \
- --disable-valgrind-tests \
--without-included-libtasn1 \
$(use_enable cxx) \
$(use_enable dane libdane) \
@@ -115,6 +115,7 @@ multilib_src_configure() {
$(multilib_native_use_enable doc gtk-doc) \
$(multilib_native_use_enable guile) \
$(multilib_native_use_enable test tests) \
+ $(multilib_native_use_enable test-full valgrind-tests) \
$(use_enable nls) \
$(use_enable openssl openssl-compatibility) \
$(use_enable tls-heartbeat heartbeat-support) \