summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-10-18 18:45:47 +0000
committerjbj <devnull@localhost>2002-10-18 18:45:47 +0000
commit4a77efce46d82f91c0539c3c012381ff20d0d2f5 (patch)
tree24d53844d29f688f1cd2577f7efd521f0917a3a3 /build
parent71f563826d0155b77165230cf90a2739d7d2f679 (diff)
downloadlibrpm-tizen-4a77efce46d82f91c0539c3c012381ff20d0d2f5.tar.gz
librpm-tizen-4a77efce46d82f91c0539c3c012381ff20d0d2f5.tar.bz2
librpm-tizen-4a77efce46d82f91c0539c3c012381ff20d0d2f5.zip
- 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
Diffstat (limited to 'build')
-rw-r--r--build/rpmbuild.h2
-rw-r--r--build/tfr.c4
2 files changed, 3 insertions, 3 deletions
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 <rpmcli.h>
+#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 <rpmfc.h>
-#if HAVE_LIBELF_GELF_H
+#if HAVE_GELF_H
#include <gelf.h>
@@ -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;