radare2: disable openssl support, unneeded said pancake... obey him.
This commit is contained in:
parent
86810097c8
commit
0748dd7098
|
@ -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
|
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user