blob: 0db47e4459d5a9540f636313d211e184e2f19c72 (
plain)
1
2
3
4
5
6
7
|
pkg:setup
autoreconf -f -i
pkg:configure --with-included-libtasn1 --without-libiconv-prefix --without-libintl-prefix --without-libseccomp-prefix \
--without-libcrypto-prefix --without-librt-prefix --without-libpthread-prefix --without-libnsl-prefix \
--without-libunistring-prefix --without-libdl-prefix --without-libz-prefix P11_KIT_LIBS="-lp11-kit"
make -j8 V=1
pkg:install V=1
|