mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add libtirpc
This commit is contained in:
parent
bcbfa42bba
commit
88bcfd4b22
15
recipes/wip/libs/net/libtirpc/recipe.toml
Normal file
15
recipes/wip/libs/net/libtirpc/recipe.toml
Normal 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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user