diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-08 15:59:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-08 16:00:40 -0400 |
commit | b58cc7efd98b6b0457abe78f2fa8ed0614cd5ccb (patch) | |
tree | 3670fdbec08bebae7b116041dd52ccb04575e080 /standalone | |
parent | 8ecb873d1275420d0d96a5fe371975bcdcf74178 (diff) |
Android: gpg is built without --enable-minimal, so it interoperates better with other gpg builds that may default to using other algorithms for encryption.
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/android/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile index 50d32f3e8..39b8df054 100644 --- a/standalone/android/Makefile +++ b/standalone/android/Makefile @@ -114,7 +114,7 @@ $(GIT_ANNEX_ANDROID_SOURCETREE)/rsync/build-stamp: rsync.patch $(GIT_ANNEX_ANDROID_SOURCETREE)/gnupg/build-stamp: cd $(GIT_ANNEX_ANDROID_SOURCETREE)/gnupg && git checkout gnupg-1.4.13 cd $(GIT_ANNEX_ANDROID_SOURCETREE)/gnupg && ./autogen.sh - cd $(GIT_ANNEX_ANDROID_SOURCETREE)/gnupg && ./configure --host=arm-linux-androideabi --disable-gnupg-iconv --enable-minimal --disable-card-support --disable-agent-support --disable-photo-viewers --disable-keyserver-helpers --disable-nls + cd $(GIT_ANNEX_ANDROID_SOURCETREE)/gnupg && ./configure --host=arm-linux-androideabi --disable-gnupg-iconv --disable-card-support --disable-agent-support --disable-photo-viewers --disable-keyserver-helpers --disable-nls cd $(GIT_ANNEX_ANDROID_SOURCETREE)/gnupg; $(MAKE) || true # expected failure in doc build touch $@ |