namecoin: unbreak for *-musl

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-06-17 14:37:26 +02:00
parent 64615833a5
commit af1e5f6676
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 1 additions and 3 deletions

View File

@ -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() {