Fix undefined symbols by building shared libraries
This commit is contained in:
@@ -38,6 +38,7 @@ class Libctl(Package):
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure('--prefix={0}'.format(prefix),
|
||||
'--enable-shared',
|
||||
'GUILE={0}'.format(join_path(
|
||||
spec['guile'].prefix.bin, 'guile')),
|
||||
'GUILE_CONFIG={0}'.format(join_path(
|
||||
|
Reference in New Issue
Block a user