comparison crypto/nettle/nettle.sh @ 518:924f166e82d7

crypto: use new FHS
author David Demelier <markand@malikania.fr>
date Tue, 09 Apr 2019 19:42:34 +0200
parents 89ccd40fd0b7
children bad483aace64
comparison
equal deleted inserted replaced
517:ec518dff4152 518:924f166e82d7
44 LDFLAGS="$LDFLAGS" \ 44 LDFLAGS="$LDFLAGS" \
45 LIBS="$LIBS" \ 45 LIBS="$LIBS" \
46 ./configure \ 46 ./configure \
47 --build=$CBUILD \ 47 --build=$CBUILD \
48 --host=$CHOST \ 48 --host=$CHOST \
49 --prefix=/usr \ 49 --prefix=/ \
50 --disable-static \ 50 --disable-static \
51 --enable-shared 51 --enable-shared
52 make 52 make
53 make install DESTDIR=$DESTDIR 53 make install DESTDIR=$DESTDIR
54 54