Remove incorrect sanity check for libelf
This commit is contained in:
parent
b1cd8ea241
commit
254f65f299
@ -38,8 +38,6 @@ class Libelf(Package):
|
|||||||
|
|
||||||
provides('elf')
|
provides('elf')
|
||||||
|
|
||||||
sanity_check_is_file = 'include/libelf.h'
|
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=" + prefix,
|
configure("--prefix=" + prefix,
|
||||||
"--enable-shared",
|
"--enable-shared",
|
||||||
|
Loading…
Reference in New Issue
Block a user