diff --git a/srcpkgs/autofs/template b/srcpkgs/autofs/template index 4b32d15507..681fe98358 100644 --- a/srcpkgs/autofs/template +++ b/srcpkgs/autofs/template @@ -19,6 +19,8 @@ CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/gssglue -I${XBPS_CROSS_BASE}/usr/includ case "$XBPS_TARGET_MACHINE" in *-musl) # sssd cannot be built for musl + # Something strange happens on the musl builders; works here + broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/25529/steps/shell_3/logs/stdio" ;; *) if [ -z "$CROSS_BUILD" ]; then makedepends+=" sssd-devel" @@ -29,6 +31,7 @@ esac pre_configure() { sed -i 's,nfs/nfs.h,linux/nfs.h,g' */*.[ch] sed -i 's,__S_IEXEC,S_IXUSR,g' */*.[ch] + # chmod +x configure } pre_build() {