radare2: disable openssl support, unneeded said pancake... obey him.

This commit is contained in:
Juan RP 2011-12-21 17:53:53 +01:00
parent 86810097c8
commit 0748dd7098
2 changed files with 1 additions and 6 deletions

View File

@ -3,7 +3,4 @@ libc.so.6
libdl.so.2 libdl.so.2
libm.so.6 libm.so.6
libmagic.so.1 libmagic.so.1
libssl.so.1
libpthread.so.0 libpthread.so.0
libcrypto.so.1
libz.so.1

View File

@ -5,7 +5,7 @@ homepage="http://radare.org"
distfiles="$homepage/get/$pkgname-$version.tar.gz" distfiles="$homepage/get/$pkgname-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-ewf --with-sysmagic" configure_args="--without-ewf --with-sysmagic"
revision=1 revision=2
short_desc="Advanced command line debugger and hexadecimal editor" short_desc="Advanced command line debugger and hexadecimal editor"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3" license="LGPL-3"
@ -18,6 +18,4 @@ long_desc="
broken_as_needed=yes broken_as_needed=yes
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency build file-devel Add_dependency build file-devel
Add_dependency build openssl-devel