Fix libdwarf/elfutils conflict
This commit is contained in:
@@ -52,6 +52,11 @@ class Libdwarf(Package):
|
||||
|
||||
parallel = False
|
||||
|
||||
|
||||
def patch(self):
|
||||
filter_file(r'^typedef struct Elf Elf;$', '', 'libdwarf/libdwarf.h.in')
|
||||
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
||||
# elfutils contains a dwarf.h that conflicts with libdwarf's
|
||||
|
Reference in New Issue
Block a user