comparison crypto/p11-kit/p11-kit.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
48 LDFLAGS="$LDFLAGS" \ 48 LDFLAGS="$LDFLAGS" \
49 LIBS="$LIBS" \ 49 LIBS="$LIBS" \
50 ./configure \ 50 ./configure \
51 --build=$CBUILD \ 51 --build=$CBUILD \
52 --host=$CHOST \ 52 --host=$CHOST \
53 --prefix= \ 53 --prefix=/usr \
54 --without-systemd \ 54 --without-systemd \
55 --with-trust-paths=/etc/pki/anchors \ 55 --with-trust-paths=/etc/pki/anchors \
56 $with_nls 56 $with_nls
57 make 57 make
58 make install DESTDIR=$DESTDIR 58 make install DESTDIR=$DESTDIR