From 4a77efce46d82f91c0539c3c012381ff20d0d2f5 Mon Sep 17 00:00:00 2001 From: jbj Date: Fri, 18 Oct 2002 18:45:47 +0000 Subject: - add debug sub-package patch. - re-add elfutils/libdwarf (for dwarf.h), eliminate tools/dwarf2.h. CVS patchset: 5789 CVS date: 2002/10/18 18:45:47 --- build/rpmbuild.h | 2 +- build/tfr.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'build') diff --git a/build/rpmbuild.h b/build/rpmbuild.h index 9ce58f61a..a4ea7b002 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -6,7 +6,7 @@ * This is the *only* module users of librpmbuild should need to include. */ -#include +#include "rpmcli.h" /* and it shouldn't need these :-( */ #include "stringbuf.h" diff --git a/build/tfr.c b/build/tfr.c index 579d025be..0600c383a 100644 --- a/build/tfr.c +++ b/build/tfr.c @@ -5,7 +5,7 @@ #include -#if HAVE_LIBELF_GELF_H +#if HAVE_GELF_H #include @@ -15,7 +15,7 @@ static int rpmfcELF(rpmfc fc) { -#if HAVE_LIBELF_GELF_H && HAVE_LIBELF +#if HAVE_GELF_H && HAVE_LIBELF const char * fn = fc->fn[fc->ix];; Elf * elf; Elf_Scn * scn; -- cgit v1.2.3