diff options
author | salo <salo@pkgsrc.org> | 2003-05-04 20:38:07 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-04 20:38:07 +0000 |
commit | 554d1e52c17bd908167398f31c0d5fa39f50d35f (patch) | |
tree | fd36b6c2e7098aa6feab3994f61c7e790f67ab8d /devel/elf/patches | |
parent | c33dd6e24194ad129f8ad597acee95c90fc618fe (diff) | |
download | pkgsrc-554d1e52c17bd908167398f31c0d5fa39f50d35f.tar.gz |
Import elf-0.5.3: ELF header analyzer.
elf is an ELF header (e_header) statistics tool. It allows you to gather
various statistics about a binary's ELF header, unlike other releases
(readelf), elf concentrates on the e_header itself. This allows for some
more usability in many instances (be it by an end-user or application).
Package submitted to pkgsrc-wip by Douwe Kiela with modifications by me.
Diffstat (limited to 'devel/elf/patches')
-rw-r--r-- | devel/elf/patches/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/elf/patches/patch-aa b/devel/elf/patches/patch-aa new file mode 100644 index 00000000000..f8db1db0c70 --- /dev/null +++ b/devel/elf/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/05/04 20:38:07 salo Exp $ + +--- src/Makefile.in.orig 2002-12-19 11:20:51.000000000 +0100 ++++ src/Makefile.in 2003-05-04 22:12:37.000000000 +0200 +@@ -1,4 +1,4 @@ +-CC=gcc ++CC=@CC@ + CFLAGS=@CFLAGS@ + INC=-I../include + INSDIR=@prefix@/bin |