Add sanity checks to the libelf build.
This commit is contained in:
parent
7eca383b10
commit
68d22253ec
@ -38,6 +38,9 @@ class Libelf(Package):
|
||||
|
||||
provides('elf')
|
||||
|
||||
sanity_check_files = ['include/libelf.h']
|
||||
sanity_check_dirs = ['lib']
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=" + prefix,
|
||||
"--enable-shared",
|
||||
|
Loading…
Reference in New Issue
Block a user