From e10b674b2c32ea171eacd8a7e2932a21f278fd8e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 20 Mar 2019 18:48:17 +0000 Subject: user/torcs: -fpermissive, the scary bandaid of GCC 8 --- user/torcs/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'user/torcs/APKBUILD') diff --git a/user/torcs/APKBUILD b/user/torcs/APKBUILD index e24f2794b..ef7c3cb23 100644 --- a/user/torcs/APKBUILD +++ b/user/torcs/APKBUILD @@ -23,6 +23,7 @@ source="https://sourceforge.net/projects/torcs/files/all-in-one/$pkgver/torcs-$p build() { cd "$builddir" + export CXXFLAGS="$CXXFLAGS -fpermissive" # GCC 8 autoreconf ./configure \ --build=$CBUILD \ -- cgit v1.2.3-60-g2f50