aboutsummaryrefslogtreecommitdiff
path: root/community/9base
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-08 13:18:08 +0300
committerCem Keylan <cem@ckyln.com>2020-05-08 13:18:08 +0300
commita12d5cad62c300ba9df9926a7554a236550b1650 (patch)
treeffa96dac9cdff31b8cf49a9166481e4187ab5b74 /community/9base
parent110b670f8174b8d75a7109d4639fad1e402cc9c7 (diff)
downloadrepository-a12d5cad62c300ba9df9926a7554a236550b1650.tar.gz
9base: GCC10 fixes
Diffstat (limited to 'community/9base')
-rwxr-xr-xcommunity/9base/build2
1 files changed, 2 insertions, 0 deletions
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