findutils: fix for Catalina (#44940)

This commit is contained in:
FX Coudert 2019-10-06 17:47:29 +02:00 committed by GitHub
parent 782b17c923
commit 0ce1a6cec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,9 @@ class Findutils < Formula
--program-prefix=g
]
# Work around a gnulib issue with macOS Catalina
args << "gl_cv_func_ftello_works=yes"
system "./configure", *args
system "make", "install"