starship: fix build error

This commit is contained in:
Leonid Pliushch 2019-09-15 23:19:06 +03:00
parent 81109c4135
commit 93f85e201b
1 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,7 @@ TERMUX_PKG_SHA256=801a4c52c0e93dc084bbcf02a48002e8de94d6e32b437a3fccdccc1495da49
TERMUX_PKG_DEPENDS="openssl, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features"
termux_step_pre_configure() {
CFLAGS+=" $CPPFLAGS"
}