python/build/libs.py: upgrade libnfs to 4.0.0
This commit is contained in:
parent
e183ab5cf8
commit
158458db5f
|
@ -375,8 +375,8 @@ libexpat = AutotoolsProject(
|
||||||
)
|
)
|
||||||
|
|
||||||
libnfs = AutotoolsProject(
|
libnfs = AutotoolsProject(
|
||||||
'https://github.com/sahlberg/libnfs/archive/libnfs-3.0.0.tar.gz',
|
'https://github.com/sahlberg/libnfs/archive/libnfs-4.0.0.tar.gz',
|
||||||
'445d92c5fc55e4a5b115e358e60486cf8f87ee50e0103d46a02e7fb4618566a5',
|
'6ee77e9fe220e2d3e3b1f53cfea04fb319828cc7dbb97dd9df09e46e901d797d',
|
||||||
'lib/libnfs.a',
|
'lib/libnfs.a',
|
||||||
[
|
[
|
||||||
'--disable-shared', '--enable-static',
|
'--disable-shared', '--enable-static',
|
||||||
|
@ -387,7 +387,7 @@ libnfs = AutotoolsProject(
|
||||||
|
|
||||||
'--disable-utils', '--disable-examples',
|
'--disable-utils', '--disable-examples',
|
||||||
],
|
],
|
||||||
base='libnfs-libnfs-3.0.0',
|
base='libnfs-libnfs-4.0.0',
|
||||||
autoreconf=True,
|
autoreconf=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue