2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

gmp: Force musl

This commit is contained in:
Dylan Araps 2019-07-13 11:16:20 +03:00
parent 80aafc3dc9
commit a0310c0858
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
--prefix=/usr \
--localstatedir=/var/state/gmp \
--enable-cxx \
--with-pic
--with-pic \
--build=x86_64-pc-linux-musl
make
make DESTDIR="$1" install

View File

@ -1 +1 @@
6.1.2 1
6.1.2 2