diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-08 13:18:08 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-08 13:18:08 +0300 |
commit | a12d5cad62c300ba9df9926a7554a236550b1650 (patch) | |
tree | ffa96dac9cdff31b8cf49a9166481e4187ab5b74 /community/9base | |
parent | 110b670f8174b8d75a7109d4639fad1e402cc9c7 (diff) | |
download | repository-a12d5cad62c300ba9df9926a7554a236550b1650.tar.gz |
9base: GCC10 fixes
Diffstat (limited to 'community/9base')
-rwxr-xr-x | community/9base/build | 2 |
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 |