Merge pull request #628 from alfredo-gimenez/develop
Remove incorrect sanity check for libelf
This commit is contained in:
commit
3be081f476
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ class Libelf(Package):
|
|||
|
||||
provides('elf')
|
||||
|
||||
sanity_check_is_file = 'include/libelf.h'
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=" + prefix,
|
||||
"--enable-shared",
|
||||
|
|
Loading…
Reference in a new issue