how-lix-os-pkgs/gmp/default/conf.sh

15 lines
284 B
Bash
Executable File

#!/bin/sh -e
# force update to libtool with fixed cross-build support
libtoolize -f
./configure \
--localstatedir=/var/state/gmp \
--enable-cxx \
--with-pic \
--enable-static \
--enable-shared \
--build="$BUILD" \
--host="$HOST" \
--prefix="$PREFIX"