Page MenuHome GnuPG

Wrong check for Android in configure.ac
Closed, ResolvedPublic

Description

In gnupg2 2.1.14 there is a check for Android in configure.ac:

    *-linux-androideabi)

This only works for 32-bit ARM (arm-linux-androideabi) and not for ARM64 (aarch64-
linux-android) or e.g. X86 or X86-64. A solution could be to change the above line to:

    *-linux-android*)

as is done in the attached patch.

Details

Version
2.1.14

Event Timeline

fornwall set Version to 2.1.14.
fornwall added a subscriber: fornwall.

The attached patch was lost, but is available at
https://gist.githubusercontent.com/fornwall/751acc6fbe9eb8e703c60c222a2dba33/raw/ece6b6
8fe0346b2039be6ba3323e5e29e25685ef/configure.ac.patch

Merged in 583a464c, thanks!

Note that we prefer contributions sent to the mailinglist using git send-email.

justus claimed this task.