Skip to content
Snippets Groups Projects
Unverified Commit bef02e9d authored by darmac's avatar darmac Committed by GitHub
Browse files

nfs-utils: fix compile error on ubuntu (#18066)

parent af9a3dc6
No related branches found
No related tags found
No related merge requests found
...@@ -26,9 +26,10 @@ class NfsUtils(AutotoolsPackage): ...@@ -26,9 +26,10 @@ class NfsUtils(AutotoolsPackage):
depends_on('keyutils') depends_on('keyutils')
depends_on('sqlite') depends_on('sqlite')
depends_on('util-linux') depends_on('util-linux')
depends_on('gettext')
def setup_build_environment(self, env): def setup_build_environment(self, env):
env.append_flags('LDFLAGS', '-lintl') env.append_flags('LIBS', '-lintl')
def configure_args(self): def configure_args(self):
args = ['--disable-gss', '--with-rpcgen=internal'] args = ['--disable-gss', '--with-rpcgen=internal']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment