namecoin: unbreak for *-musl
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
64615833a5
commit
af1e5f6676
1 changed files with 1 additions and 3 deletions
|
@ -19,13 +19,11 @@ case "${XBPS_TARGET_MACHINE}" in
|
|||
makedepends+=" libatomic-devel"
|
||||
LDFLAGS+=" -latomic"
|
||||
;;
|
||||
*-musl)
|
||||
broken="https://travis-ci.org/voidlinux/void-packages/builds/184320677"
|
||||
;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
sed -i src/compat.h -e "s;<sys/fcntl.h>;<fcntl.h>;"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue