diff --git a/srcpkgs/diffutils/template b/srcpkgs/diffutils/template index 3d0486ee01d..35baa110065 100644 --- a/srcpkgs/diffutils/template +++ b/srcpkgs/diffutils/template @@ -1,6 +1,6 @@ # Template file for 'diffutils' pkgname=diffutils -version=3.10 +version=3.12 revision=1 bootstrap=yes build_style=gnu-configure @@ -11,7 +11,7 @@ maintainer="Enno Boland " license="GPL-3.0-or-later" homepage="https://www.gnu.org/software/diffutils" distfiles="${GNU_SITE}/diffutils/diffutils-${version}.tar.xz" -checksum=90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e +checksum=7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd CFLAGS="-D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64" @@ -23,6 +23,8 @@ fi if [ "$CROSS_BUILD" ]; then # Tell configure we have GNU getopt configure_args+=" gl_cv_func_getopt_gnu=yes" + # Tell configure that our strcasecmp works + configure_args+=" gl_cv_func_strcasecmp_works=yes" fi pre_check() {