comparison network/inetutils/inetutils.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents b1d040632d36
children 25cecc6dca48
comparison
equal deleted inserted replaced
548:b1d040632d36 549:bad483aace64
52 LDFLAGS="$LDFLAGS" \ 52 LDFLAGS="$LDFLAGS" \
53 LIBS="$LIBS" \ 53 LIBS="$LIBS" \
54 ./configure \ 54 ./configure \
55 --build=$CBUILD \ 55 --build=$CBUILD \
56 --host=$CHOST \ 56 --host=$CHOST \
57 --prefix=/ \ 57 --prefix= \
58 --disable-rcp \ 58 --disable-rcp \
59 --disable-rlogin \ 59 --disable-rlogin \
60 --disable-rsh \ 60 --disable-rsh \
61 $with_pam 61 $with_pam
62 make 62 make