downgraded default profile to core2
[k8sbuild.git] / xoptz / gnupg.xopt
blob8d7c03364278b2cc1f0cc2a9e744965b3a6aae94
1 # use `core2` to make valgrind happy
2 profile=core2
4   --enable-silent-rules   less verbose build output (undo: "make V=1")
5   --enable-camellia       enable the CAMELLIA cipher
6   --disable-ldap          disable LDAP keyserver interface only
7 #  --disable-hkp           disable HKP keyserver interface only
8 #  --disable-finger        disable finger key fetching interface only
9 #  --disable-generic       disable generic object key fetching interface only
10 #  --enable-mailto         enable email keyserver interface only
11 #  --disable-keyserver-path disable the exec-path option for keyserver helpers
12 #  --enable-key-cache=SIZE Set key cache to SIZE (default 4096)
13 #  --disable-dns-srv       disable the use of DNS SRV in HKP and HTTP
14 #  --disable-dns-cert      disable the use of CERT records in DNS
15   --disable-nls           do not use Native Language Support
18 !DESC
19 gnupg (The GNU Privacy Guard)
21 GnuPG is GNU's tool for secure communication and data storage.  It can
22 be used to encrypt data and to create digital signatures.  It includes
23 an advanced key management facility and is compliant with the proposed
24 OpenPGP Internet standard as described in RFC2440.
25 !EOF