comparison dev/tcl/tcl.sh @ 549:bad483aace64

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