Patch pkg-config and update installs for various packages

This commit is contained in:
Adam J. Stewart
2016-07-06 13:24:23 -05:00
parent 9e05fdf4a1
commit 3b4820f290
7 changed files with 70 additions and 15 deletions

View File

@@ -39,7 +39,6 @@ class Libctl(Package):
def install(self, spec, prefix):
configure('--prefix={0}'.format(prefix),
'GUILE={0}'.format(spec['guile'].prefix))
# GUILE_CONFIG=/path/to/guile-config
make()
make('check')