From a12d5cad62c300ba9df9926a7554a236550b1650 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 8 May 2020 13:18:08 +0300 Subject: 9base: GCC10 fixes --- community/9base/build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'community/9base') diff --git a/community/9base/build b/community/9base/build index 88032b7b..d5660e1f 100755 --- a/community/9base/build +++ b/community/9base/build @@ -1,4 +1,6 @@ #!/bin/sh -e +export CFLAGS="$CFLAGS -fcommon" + make PREFIX=/usr make PREFIX=/usr DESTDIR="$1" install -- cgit v1.2.3