comparison lib/nspr/nspr.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
53 LDFLAGS="$LDFLAGS" \ 53 LDFLAGS="$LDFLAGS" \
54 LIBS="$LIBS" \ 54 LIBS="$LIBS" \
55 ./configure \ 55 ./configure \
56 --build=$CBUILD \ 56 --build=$CBUILD \
57 --host=$CHOST \ 57 --host=$CHOST \
58 --prefix=/ \ 58 --prefix= \
59 --enable-64bit \ 59 --enable-64bit \
60 --with-mozilla \ 60 --with-mozilla \
61 $with_ipv6 61 $with_ipv6
62 make 62 make
63 make install DESTDIR=$DESTDIR 63 make install DESTDIR=$DESTDIR