xbps-src/environment/autoconf_cache: disable lchmod.

lchmod in musl always returns ENOTSUP and this makes some
ruby gems fail, i.e jekyll.
This commit is contained in:
Juan RP 2020-04-12 20:32:57 +02:00
parent ef4596b546
commit ac4186c7d2
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368
1 changed files with 3 additions and 0 deletions

View File

@ -178,3 +178,6 @@ ac_cv_libiconv_utf8=yes
# musl omits BOM on UTF-16 and UTF-32
ac_cv_iconv_omits_bom=yes
# omit lchmod always returns ENOTSUP
ac_cv_func_lchmod=no