Match up with the new binutils package file. It does what OSS needs w.r.t. libiberty.
This commit is contained in:
parent
7e6b7795f1
commit
aa9b14aff4
1 changed files with 2 additions and 1 deletions
|
@ -17,8 +17,9 @@ class Binutils(Package):
|
|||
|
||||
variant('libiberty', default=False, description='Also install libiberty.')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
variant('libiberty', default=False, description='Also install libiberty.')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure_args = [
|
||||
'--prefix=%s' % prefix,
|
||||
'--disable-dependency-tracking',
|
||||
|
|
Loading…
Reference in a new issue