Fix undefined symbols by building shared libraries

This commit is contained in:
Adam J. Stewart
2016-07-20 12:57:43 -05:00
parent bdb64c2e39
commit 5cac0a528c
5 changed files with 21 additions and 20 deletions

View File

@@ -35,7 +35,8 @@ class LibatomicOps(Package):
version('7.4.4', '426d804baae12c372967a6d183e25af2')
def install(self, spec, prefix):
configure('--prefix={0}'.format(prefix))
configure('--prefix={0}'.format(prefix),
'--enable-shared')
make()
make('install')