Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | |
| 2 | Disable configuring the db3 directory since we will be using the |
| 3 | external DB provided as part of OE-Core already, no need to have |
| 4 | duplicate database code. |
| 5 | |
| 6 | Upstream-Status: Inappropriate [OE-Core Specific] |
| 7 | |
| 8 | Signed-off-by: Saul Wold <sgw@linux.intel.com> |
| 9 | |
| 10 | Index: rpm-4.11.2/configure.ac |
| 11 | =================================================================== |
| 12 | --- rpm-4.11.2.orig/configure.ac |
| 13 | +++ rpm-4.11.2/configure.ac |
| 14 | @@ -825,9 +825,9 @@ AC_SUBST(RPMCONFIGDIR) |
| 15 | |
| 16 | AC_SUBST(OBJDUMP) |
| 17 | |
| 18 | -if test "$with_external_db" = no; then |
| 19 | - AC_CONFIG_SUBDIRS(db3) |
| 20 | -fi |
| 21 | +#if test "$with_external_db" = no; then |
| 22 | +# AC_CONFIG_SUBDIRS(db3) |
| 23 | +#fi |
| 24 | |
| 25 | AM_CONDITIONAL([WITH_INTERNAL_DB],[test "$with_external_db" = no]) |
| 26 | AM_CONDITIONAL([DOXYGEN],[test "$DOXYGEN" != no]) |