2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-03 23:50:50 -06:00

gmp: Fix build.

This commit is contained in:
Dylan Araps 2019-07-13 11:37:24 +03:00
parent a0310c0858
commit 4a4c222a09
2 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,13 @@
#!/bin/sh -e #!/bin/sh -e
cp -v configfsf.guess config.guess
cp -v configfsf.sub config.sub
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--localstatedir=/var/state/gmp \ --localstatedir=/var/state/gmp \
--enable-cxx \ --enable-cxx \
--with-pic \ --with-pic
--build=x86_64-pc-linux-musl
make make
make DESTDIR="$1" install make DESTDIR="$1" install

View File

@ -1 +1 @@
6.1.2 2 6.1.2 3