Fix libdwarf/elfutils conflict
This commit is contained in:
parent
85f937525d
commit
eb9cb2d4a1
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@ class Libdwarf(Package):
|
||||||
|
|
||||||
parallel = False
|
parallel = False
|
||||||
|
|
||||||
|
|
||||||
|
def patch(self):
|
||||||
|
filter_file(r'^typedef struct Elf Elf;$', '', 'libdwarf/libdwarf.h.in')
|
||||||
|
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
|
|
||||||
# elfutils contains a dwarf.h that conflicts with libdwarf's
|
# elfutils contains a dwarf.h that conflicts with libdwarf's
|
||||||
|
|
Loading…
Reference in a new issue