chiark / gitweb /
gnupg: Don't have text relocations on x86
authormichalbednarski <bednarski.michal2@gmail.com>
Tue, 19 Apr 2016 19:12:29 +0000 (21:12 +0200)
committermichalbednarski <bednarski.michal2@gmail.com>
Tue, 19 Apr 2016 19:12:29 +0000 (21:12 +0200)
commitf019eb66d4759c3c2baffb5937567a2ee953a65e
tree7b8a3595ab700f477ac0ef802b2a85b3e144620b
parent0ec2b70462bf2052dd2080460112c3a8fc87f62e
gnupg: Don't have text relocations on x86

GnuPG has x86-specific assembly files that don't have text relocations
only if they are preprocessed with PIC macro defined

These assembly files are src/mpi/i386/mpih-{add,sub}1.S
packages/gnupg/src-mpi-Makefile.in.patch [new file with mode: 0644]