gdbm: fix link errors with aocc (#20206)

This commit is contained in:
Ghorban M. Tavakoly
2020-12-02 16:23:29 +03:30
committed by GitHub
parent d9ccce9689
commit 954a3aab62

View File

@@ -28,6 +28,7 @@ class Gdbm(AutotoolsPackage, GNUMirrorPackage):
depends_on("readline") depends_on("readline")
patch('gdbm.patch', when='%gcc@10:') patch('gdbm.patch', when='%gcc@10:')
patch('gdbm.patch', when='%clang@11:') patch('gdbm.patch', when='%clang@11:')
patch('gdbm.patch', when='%aocc@2:')
def configure_args(self): def configure_args(self):