repo/core/mpfr/build
2023-08-21 18:58:50 -05:00

13 lines
171 B
Bash
Executable File

#!/bin/sh -e
rm -f PATCHES
patch -p1 < cumulative.patch
./configure \
--prefix=/usr \
--enable-shared \
--enable-thread-safe
make
make DESTDIR="$1" install