Skip to content

Commit

Permalink
findutils: use fflush wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 authored and Grimler91 committed Mar 24, 2022
1 parent 2694f5d commit 983a8f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/findutils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ TERMUX_PKG_DESCRIPTION="Utilities to find files meeting specified criteria and p
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=4.9.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/findutils/findutils-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=a2bfb8c09d436770edc59f50fa483e785b161a3b7b9d547573cb08065fd462fe
TERMUX_PKG_DEPENDS="libandroid-support"
TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_GROUPS="base-devel"

TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
gl_cv_func_fflush_stdin=yes
gl_cv_func_fflush_stdin=no
SORT_SUPPORTS_Z=yes
SORT=$TERMUX_PREFIX/bin/sort
"
Expand Down

0 comments on commit 983a8f6

Please sign in to comment.