Patch pkg-config and update installs for various packages
This commit is contained in:
@@ -35,7 +35,9 @@ class Libiconv(Package):
|
||||
version('1.14', 'e34509b1623cec449dfeb73d7ce9c6c6')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure('--prefix={0}'.format(prefix))
|
||||
configure('--prefix={0}'.format(prefix),
|
||||
'--enable-extra-encodings')
|
||||
|
||||
make()
|
||||
make('check')
|
||||
make('install')
|
||||
|
Reference in New Issue
Block a user