lzdoom: new package at 3.88b
[kiss-trunc88.git] / p11-kit / build
blob4f383c96a41ee2c0aca1f3e8677680997a846954
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --sysconfdir=/etc \
6 --libexecdir=/usr/lib \
7 --with-trust-paths=/etc/pki/anchors \
8 --disable-nls \
9 --without-systemd
12 #--enable-debug=no \
14 make
15 make install