radare2: --without-ssl to make sure libssl is not linked in.

This commit is contained in:
Juan RP 2011-12-21 17:56:08 +01:00
parent 0748dd7098
commit 4c373e8ef5

View File

@ -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 <xtraeme@gmail.com>"