mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
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:
parent
ef4596b546
commit
ac4186c7d2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue