autofs: strange brokeness on the musl builders
It compiles just fine for *-musl here. This perhaps could be some bsdtar vs. tar issue when unpacking the distfile and needs investigation on the builders.
This commit is contained in:
parent
c9b903167f
commit
be9e3b5f61
1 changed files with 3 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue