comparison core/coreutils/coreutils.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 014d018468fb
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
66 LIBS="$LIBS" \ 66 LIBS="$LIBS" \
67 FORCE_UNSAFE_CONFIGURE=1 \ 67 FORCE_UNSAFE_CONFIGURE=1 \
68 ./configure \ 68 ./configure \
69 --build=$CBUILD \ 69 --build=$CBUILD \
70 --host=$CHOST \ 70 --host=$CHOST \
71 --prefix=/ \ 71 --prefix= \
72 --enable-no-install-programs=kill,uptime \ 72 --enable-no-install-programs=kill,uptime \
73 $with_gmp \ 73 $with_gmp \
74 $with_nls \ 74 $with_nls \
75 $with_ssl 75 $with_ssl
76 make 76 make