mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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"
|
makedepends+=" libatomic-devel"
|
||||||
LDFLAGS+=" -latomic"
|
LDFLAGS+=" -latomic"
|
||||||
;;
|
;;
|
||||||
*-musl)
|
|
||||||
broken="https://travis-ci.org/voidlinux/void-packages/builds/184320677"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
sed -i src/compat.h -e "s;<sys/fcntl.h>;<fcntl.h>;"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue