derle.sh 254 B

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