2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

gnupg1: Fix build with GCC 10

This commit is contained in:
Dylan Araps 2020-02-12 02:19:41 +02:00
parent ffbc1650a1
commit a289cdc21e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,5 +1,8 @@
#!/bin/sh -e
# Fix build fail with GCC 10.
export CFLAGS="$CFLAGS -fcommon"
./configure \
--prefix=/usr \
--sysconfdir=/etc \