1.1 --- a/Makefile.conf Mon Mar 12 02:59:53 2018 +0100
1.2 +++ b/Makefile.conf Mon Mar 12 13:25:35 2018 +0100
1.3 @@ -3,6 +3,7 @@
1.4 # This file may be used under the terms of the GNU General Public License version 3
1.5 # see LICENSE.txt
1.6
1.7 +# See `doc/build-<your platform>.md` for documentation on how to build, and customize your build.
1.8
1.9 ######### General #########
1.10 # To use (only) system libraries, set all the *_INC and *_LIB variables to the empty string.
1.11 @@ -89,7 +90,7 @@
1.12 #GPG_CMD:=$(shell gpgconf --list-components | awk -F: '/^gpg:/ { print $$3; exit 0; }')
1.13
1.14 # Selects OpenPGP implementation. must be either `GPG` or `NETPGP`
1.15 -OPENPGP=GPG
1.16 +#OPENPGP=GPG
1.17
1.18 # Path of libGPGME binary
1.19 #LIBGPGME=libgpgme.so.11