rpm/backport-Remove-the-experimental-status-from-the-ndb-database.patch
2021-01-12 20:52:15 +08:00

27 lines
871 B
Diff

From 7949d290b80aaebf7213e0b70a614d0d00585577 Mon Sep 17 00:00:00 2001
From: Michael Schroeder <mls@suse.de>
Date: Fri, 10 Jan 2020 15:56:59 +0100
Subject: [PATCH] Remove the experimental status from the ndb database
URL:https://github.com/rpm-software-management/rpm/commit/7949d290b80aaebf7213e0b70a614d0d00585577
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 7a90b2f..2801b13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -581,7 +581,7 @@ fi
#=================
# Process --enable-ndb
-AC_ARG_ENABLE([ndb], [AS_HELP_STRING([--enable-ndb (EXPERIMENTAL)],[enable the new rpm database format])],
+AC_ARG_ENABLE([ndb], [AS_HELP_STRING([--enable-ndb],[enable the new rpm database format])],
[case "$enable_ndb" in
yes|no) ;;
*) AC_MSG_ERROR([invalid argument to --enable-ndb])
--
1.8.3.1