binutils: fix undefined symbol libintl_dgettext (#12770)
This commit is contained in:
parent
02931a82fd
commit
7849dbb529
@ -68,6 +68,7 @@ def configure_args(self):
|
||||
|
||||
if '+nls' in spec:
|
||||
configure_args.append('--enable-nls')
|
||||
configure_args.append('LDFLAGS=-lintl')
|
||||
else:
|
||||
configure_args.append('--disable-nls')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user