Upgrade to gnupg-2.0.26
[hvlinux.git] / stage3 / hv-install-1
index 0788db6..74e4feb 100755 (executable)
@@ -172,7 +172,12 @@ else
     ipkg ${MSMTP}
 fi
 
-ipkg ${GNUPG} "--libexecdir=/usr/lib"
+ipkg ${PTH} "\
+    --disable-static \
+    --mandir=/usr/share/man"
+ipkg ${LIBASSUAN}
+ipkg ${LIBKSBA}
+ipkg ${GNUPG} "-enable-symcryptrun"
 ipkg ${MUTT} "--enable-imap --with-ssl --with-sasl --enable-hcache"
 
 ipkg ${YASM}