2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/extra/gnupg1/build
2020-02-12 02:19:41 +02:00

13 lines
193 B
Bash
Executable File

#!/bin/sh -e
# Fix build fail with GCC 10.
export CFLAGS="$CFLAGS -fcommon"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-noexecstack
make
make DESTDIR="$1" install