binutils: fix undefined symbol libintl_dgettext (#12770)

This commit is contained in:
viniciusvgp 2019-09-09 13:05:04 -03:00 committed by Adam J. Stewart
parent 02931a82fd
commit 7849dbb529

View File

@ -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')