Rename gc => bdw-gc, fix libunistring bug

This commit is contained in:
Adam J. Stewart
2016-07-13 14:36:35 -05:00
parent 5b1a882fc2
commit 6db99a4fe7
3 changed files with 4 additions and 6 deletions

View File

@@ -34,11 +34,9 @@ class Libunistring(Package):
version('0.9.6', 'cb09c398020c27edac10ca590e9e9ef3')
depends_on('libiconv')
def install(self, spec, prefix):
configure('--prefix={0}'.format(prefix),
'--with-libiconv-prefix={0}'.format(spec['libiconv'].prefix))
configure('--prefix={0}'.format(prefix))
make()
# make('check') # test-verify fails for me, contacted developers
make('install')