Skip to content

Commit 2dc25d3

Browse files
committed
Merge branch 'changes_for_centos7' of https://github.com/loganbruns/dtrace into loganbruns-changes_for_centos7
2 parents 6d54bfa + 8ee119b commit 2dc25d3

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

tools/get-deps-fedora.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ yum install \
1414
kernel-devel \
1515
libdwarf \
1616
libdwarf-devel \
17+
libdwarf-static \
1718
libgcc.i686 \
1819
make \
1920
perl \

tools/mkport.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,11 @@ sub check_dwarf_h
361361
int main(int argc, char **argv)
362362
{
363363
dwarf_begin();
364+
<<<<<<< HEAD
364365
return 0;
366+
=======
367+
dwarf_loclist();
368+
>>>>>>> 8ee119b297aa0b30d99ac5817b99d342bf7edab5
365369
}
366370
EOF
367371
$fh->close();

0 commit comments

Comments
 (0)