comparison lib/nspr/nspr.sh @ 526:eec0faf3636c

lib: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 20:11:07 +0200
parents f9d4c14dd851
children bad483aace64
comparison
equal deleted inserted replaced
525:babbd8d8b41a 526:eec0faf3636c
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=/usr \ 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