comparison lib/gmp/gmp.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents eec0faf3636c
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
40 LDFLAGS="$LDFLAGS" \ 40 LDFLAGS="$LDFLAGS" \
41 LIBS="$LIBS" \ 41 LIBS="$LIBS" \
42 ./configure \ 42 ./configure \
43 --build=$CBUILD \ 43 --build=$CBUILD \
44 --host=$CHOST \ 44 --host=$CHOST \
45 --prefix=/ \ 45 --prefix= \
46 --enable-cxx \ 46 --enable-cxx \
47 --enable-fat \ 47 --enable-fat \
48 --enable-shared \ 48 --enable-shared \
49 --disable-static 49 --disable-static
50 make 50 make