mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
gmp: move out of tree
This commit is contained in:
parent
ee753c44b0
commit
94fa12e51c
@ -1,18 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
cp -v configfsf.guess config.guess
|
||||
cp -v configfsf.sub config.sub
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--localstatedir=/var/state/gmp \
|
||||
--build="$(gcc -dumpmachine)" \
|
||||
--enable-cxx \
|
||||
--enable-fat \
|
||||
--with-pic
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
# Remove all info files.
|
||||
rm -rf "$1/usr/share/info"
|
@ -1 +0,0 @@
|
||||
87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 gmp-6.1.2.tar.xz
|
@ -1 +0,0 @@
|
||||
m4 make
|
@ -1 +0,0 @@
|
||||
https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz
|
@ -1 +0,0 @@
|
||||
6.1.2 4
|
Loading…
Reference in New Issue
Block a user