diffutils: force disable localtime buffer hacks.
This caused trouble when cross-compiling, as it defaults to 'yes'. Closes #7539. Thanks-to: @duncaen
This commit is contained in:
parent
443d68863c
commit
6c93e1fba5
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'diffutils'
|
||||
pkgname=diffutils
|
||||
version=3.6
|
||||
revision=2
|
||||
revision=3
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="gl_cv_func_gettimeofday_clobber=no gl_cv_func_tzset_clobber=no"
|
||||
short_desc="The GNU diff utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gnu.org/software/diffutils"
|
||||
|
|
Loading…
Reference in a new issue