diff options
author | Erik Schnetter <schnetter@gmail.com> | 2017-03-11 13:38:51 -0500 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2017-03-11 12:38:51 -0600 |
commit | 48640cf2fa9e195f273a04a4e2277aebfaed07f9 (patch) | |
tree | 9a827509be041f3792bdb04bfcc9125b5a85c4bd /var | |
parent | eef2021d912bad3decc2f8fa96eda8bde5135fa0 (diff) | |
download | spack-48640cf2fa9e195f273a04a4e2277aebfaed07f9.tar.gz spack-48640cf2fa9e195f273a04a4e2277aebfaed07f9.tar.bz2 spack-48640cf2fa9e195f273a04a4e2277aebfaed07f9.tar.xz spack-48640cf2fa9e195f273a04a4e2277aebfaed07f9.zip |
binutils: Add gettext dependency (#3423)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/binutils/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/binutils/package.py b/var/spack/repos/builtin/packages/binutils/package.py index 1fea4f5b60..4ad6ed809e 100644 --- a/var/spack/repos/builtin/packages/binutils/package.py +++ b/var/spack/repos/builtin/packages/binutils/package.py @@ -41,6 +41,7 @@ class Binutils(Package): depends_on('m4', type='build') depends_on('flex', type='build') depends_on('bison', type='build') + depends_on('gettext') # Add a patch that creates binutils libiberty_pic.a which is preferred by # OpenSpeedShop and cbtf-krell |