From 794c5ec6e927413d4c8eb2999953d505e517e4c8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 9 Jul 2020 12:18:35 -0700 Subject: Rebuild due to reproducability and gcc10 workaround --- PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index e058be8..f13a877 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=naev pkgver=0.7.0 -pkgrel=2.2 +pkgrel=3 pkgdesc='2D action/rpg space game' arch=('x86_64') url="http://sourceforge.net/projects/naev/" @@ -24,6 +24,9 @@ build() { export CXXFLAGS="$CXXFLAGS -O3 -flto=4 -fPIE" export LDFLAGS="$LDFLAGS,-pie" + # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common + CFLAGS+=' -fcommon' + ./autogen.sh ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata make -- cgit v1.2.1