comparison lib/nspr/nspr.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 6710613b88b9
children 4ccc42bf0284
comparison
equal deleted inserted replaced
1217:27d1a83dc8d6 1218:57dc83a39b13
51 LDFLAGS="$LDFLAGS" \ 51 LDFLAGS="$LDFLAGS" \
52 LIBS="$LIBS" \ 52 LIBS="$LIBS" \
53 ./configure \ 53 ./configure \
54 --build=$CBUILD \ 54 --build=$CBUILD \
55 --host=$CHOST \ 55 --host=$CHOST \
56 --prefix= \ 56 --prefix=/usr \
57 --enable-64bit \ 57 --enable-64bit \
58 --with-mozilla \ 58 --with-mozilla \
59 $with_ipv6 59 $with_ipv6
60 make 60 make
61 make install DESTDIR=$DESTDIR 61 make install DESTDIR=$DESTDIR