mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
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
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) # sssd cannot be built for musl
|
*-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
|
*) if [ -z "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" sssd-devel"
|
makedepends+=" sssd-devel"
|
||||||
|
@ -29,6 +31,7 @@ esac
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's,nfs/nfs.h,linux/nfs.h,g' */*.[ch]
|
sed -i 's,nfs/nfs.h,linux/nfs.h,g' */*.[ch]
|
||||||
sed -i 's,__S_IEXEC,S_IXUSR,g' */*.[ch]
|
sed -i 's,__S_IEXEC,S_IXUSR,g' */*.[ch]
|
||||||
|
# chmod +x configure
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue