Add libtirpc

This commit is contained in:
Jeremy Soller 2025-05-02 11:33:13 -06:00
parent bcbfa42bba
commit 88bcfd4b22
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,15 @@
#TODO: does not compile
[source]
tar = "https://downloads.sourceforge.net/libtirpc/libtirpc-1.3.6.tar.bz2"
blake3 = "3ca1feefee3a216bb82bba35dfb455cac8524b8d8404767b01772f3b8fd00eea"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --disable-gssapi
"""