From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- .../rpm/rpm-4.11.2/remove-db3-from-configure.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch (limited to 'meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch') diff --git a/meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch b/meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch new file mode 100644 index 0000000000..2640e54b5b --- /dev/null +++ b/meta/recipes-devtools/rpm/rpm-4.11.2/remove-db3-from-configure.patch @@ -0,0 +1,26 @@ + +Disable configuring the db3 directory since we will be using the +external DB provided as part of OE-Core already, no need to have +duplicate database code. + +Upstream-Status: Inappropriate [OE-Core Specific] + +Signed-off-by: Saul Wold + +Index: rpm-4.11.2/configure.ac +=================================================================== +--- rpm-4.11.2.orig/configure.ac ++++ rpm-4.11.2/configure.ac +@@ -825,9 +825,9 @@ AC_SUBST(RPMCONFIGDIR) + + AC_SUBST(OBJDUMP) + +-if test "$with_external_db" = no; then +- AC_CONFIG_SUBDIRS(db3) +-fi ++#if test "$with_external_db" = no; then ++# AC_CONFIG_SUBDIRS(db3) ++#fi + + AM_CONDITIONAL([WITH_INTERNAL_DB],[test "$with_external_db" = no]) + AM_CONDITIONAL([DOXYGEN],[test "$DOXYGEN" != no]) -- cgit v1.2.3-54-g00ecf