12345678 |
- ./configure --prefix=/usr \
- --with-zlib \
- --disable-static \
- --with-idn \
- --disable-guile \
- --with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
|