texlive-bin: fix build failure for i686 and x86_64 (due to NDK r16?)
[termux-packages] / packages / sslscan / build.sh
CommitLineData
761884a9 1TERMUX_PKG_HOMEPAGE=https://github.com/rbsec/sslscan
011b190c 2TERMUX_PKG_DESCRIPTION="Fast SSL scanner"
6dbbf678 3TERMUX_PKG_VERSION=1.11.10
761884a9 4TERMUX_PKG_SRCURL=https://github.com/rbsec/sslscan/archive/${TERMUX_PKG_VERSION}-rbsec.tar.gz
6dbbf678 5TERMUX_PKG_SHA256=fbb26fdbf2cf5b2f3f8c88782721b7875f206552cf83201981411e0af9521204
011b190c 6TERMUX_PKG_BUILD_IN_SRC=yes
011b190c 7TERMUX_PKG_DEPENDS="openssl"
761884a9 8TERMUX_PKG_MAINTAINER="Pierre Rudloff @Rudloff"
6dbbf678
FF
9
10termux_step_pre_configure() {
11 CPPFLAGS+=" -D__USE_GNU=1"
12}