From 4c373e8ef59f6911534bc24b31551a199ab11bb6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 21 Dec 2011 17:56:08 +0100 Subject: [PATCH] radare2: --without-ssl to make sure libssl is not linked in. --- srcpkgs/radare2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/radare2/template b/srcpkgs/radare2/template index 161939759d2..b84ff310d00 100644 --- a/srcpkgs/radare2/template +++ b/srcpkgs/radare2/template @@ -4,7 +4,7 @@ version=0.9 homepage="http://radare.org" distfiles="$homepage/get/$pkgname-$version.tar.gz" build_style=gnu-configure -configure_args="--without-ewf --with-sysmagic" +configure_args="--without-ewf --with-sysmagic --without-ssl" revision=2 short_desc="Advanced command line debugger and hexadecimal editor" maintainer="Juan RP "