Skip to content
Snippets Groups Projects
Commit 0ae1298d authored by Gregory L. Lee's avatar Gregory L. Lee
Browse files

updated libdwarf version and dwarfdump build

parent dc4ca264
Branches
Tags
No related merge requests found
......@@ -41,12 +41,10 @@ class Libdwarf(Package):
MIPS/IRIX C compiler."""
homepage = "http://www.prevanders.net/dwarf.html"
url = "http://www.prevanders.net/libdwarf-20130729.tar.gz"
url = "http://www.prevanders.net/libdwarf-20160507.tar.gz"
list_url = homepage
version('20130729', '4cc5e48693f7b93b7aa0261e63c0e21d')
version('20130207', '64b42692e947d5180e162e46c689dfbf')
version('20130126', 'ded74a5e90edb5a12aac3c29d260c5db')
version('20160507', 'ae32d6f9ece5daf05e2d4b14822ea811')
depends_on("libelf")
......@@ -69,7 +67,7 @@ def install(self, spec, prefix):
install('libdwarf.h', prefix.include)
install('dwarf.h', prefix.include)
with working_dir('dwarfdump2'):
with working_dir('dwarfdump'):
configure("--prefix=" + prefix)
# This makefile has strings of copy commands that
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment