rsl: add needed dependency on rpc (#34756)
This commit is contained in:
parent
0227c0a98a
commit
cb807594b8
@ -18,3 +18,12 @@ class Rsl(AutotoolsPackage):
|
||||
depends_on("bzip2")
|
||||
depends_on("jpeg")
|
||||
depends_on("zlib")
|
||||
depends_on("rpc")
|
||||
|
||||
def configure_args(self):
|
||||
config_args = [
|
||||
"LDFLAGS={0}".format(self.spec["rpc"].libs.ld_flags),
|
||||
"CPPFLAGS={0}".format(self.spec["rpc"].headers.cpp_flags),
|
||||
]
|
||||
|
||||
return config_args
|
||||
|
Loading…
Reference in New Issue
Block a user