libtirpc: Add 1.2.6 (#17209)
Earlier versions do not compile with gcc@10:.
This commit is contained in:
parent
9f3e542d30
commit
e8465ce81c
@ -13,12 +13,14 @@ class Libtirpc(AutotoolsPackage):
|
||||
homepage = "https://sourceforge.net/projects/libtirpc/"
|
||||
url = "https://sourceforge.net/projects/libtirpc/files/libtirpc/1.1.4/libtirpc-1.1.4.tar.bz2/download"
|
||||
|
||||
version('1.2.6', sha256='4278e9a5181d5af9cd7885322fdecebc444f9a3da87c526e7d47f7a12a37d1cc')
|
||||
version('1.1.4', sha256='2ca529f02292e10c158562295a1ffd95d2ce8af97820e3534fe1b0e3aec7561d')
|
||||
|
||||
provides('rpc')
|
||||
|
||||
# FIXME: build error on macOS
|
||||
# auth_none.c:81:9: error: unknown type name 'mutex_t'
|
||||
conflicts('platform=darwin', msg='Does not build on macOS')
|
||||
|
||||
def configure_args(self):
|
||||
return ['--disable-gssapi']
|
||||
|
Loading…
Reference in New Issue
Block a user