]> git.armaanb.net Git - asd-repo.git/blob - extra/gnupg1/build
gnupg1: switch to from gnupg2
[asd-repo.git] / extra / gnupg1 / build
1 #!/bin/sh -e
2
3 # Fix build fail with GCC 10.
4 export CFLAGS="$CFLAGS -fcommon"
5
6 ./configure \
7     --prefix=/usr \
8     --sysconfdir=/etc \
9     --libexecdir=/usr/lib \
10     --enable-noexecstack \
11     --disable-nls
12
13 make
14 make DESTDIR="$1" install