nfs-utils: fix compile error on ubuntu (#18066)
This commit is contained in:
parent
af9a3dc69a
commit
bef02e9d89
@ -26,9 +26,10 @@ class NfsUtils(AutotoolsPackage):
|
||||
depends_on('keyutils')
|
||||
depends_on('sqlite')
|
||||
depends_on('util-linux')
|
||||
depends_on('gettext')
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
env.append_flags('LDFLAGS', '-lintl')
|
||||
env.append_flags('LIBS', '-lintl')
|
||||
|
||||
def configure_args(self):
|
||||
args = ['--disable-gss', '--with-rpcgen=internal']
|
||||
|
Loading…
Reference in New Issue
Block a user