--- /dev/null
+Index: rpm-4.4.2.3/configure.ac
+===================================================================
+--- rpm-4.4.2.3.orig/configure.ac 2009-11-30 17:23:22.000000000 +0000
++++ rpm-4.4.2.3/configure.ac 2009-11-30 17:23:52.000000000 +0000
+@@ -448,16 +448,6 @@
+
+ WITH_LIBDWARF_INCLUDE=
+ WITH_LIBDWARF_DEBUGEDIT=
+-AC_CHECK_HEADER([dwarf.h], [
+- AC_DEFINE(HAVE_DWARF_H, 1, [Define to 1 if you have the <dwarf.h> header file.])
+- WITH_LIBDWARF_DEBUGEDIT="debugedit"
+-],[
+- if test -d elfutils/libdwarf ; then
+- AC_DEFINE(HAVE_DWARF_H, 1, [Define to 1 if you have the <dwarf.h> header file.])
+- WITH_LIBDWARF_INCLUDE="-I\${top_srcdir}/${WITH_ELFUTILS_SUBDIR}/libdwarf"
+- WITH_LIBDWARF_DEBUGEDIT="debugedit"
+- fi
+-])
+ AC_SUBST(WITH_LIBDWARF_INCLUDE)
+ AC_SUBST(WITH_LIBDWARF_DEBUGEDIT)
+
HOMEPAGE = "http://rpm.org/"
LICENSE = "LGPL GPL"
DEPENDS = "zlib beecrypt file popt python"
-PR = "r12"
+PR = "r14"
SRC_URI = "http://www.rpm.org/releases/rpm-4.4.x/rpm-4.4.2.3.tar.gz \
file://external-tools.patch;patch=1 \
file://weakdeps.patch;patch=1;pnum=0 \
file://tagsbackport.patch;patch=1;pnum=0 \
file://missingok.patch;patch=1;pnum=0 \
- file://extcond.patch;patch=1;pnum=0"
+ file://extcond.patch;patch=1;pnum=0 \
+ file://disabledwarf.patch;patch=1"
inherit autotools gettext