From 17100ef27c284ffee5540de8d14813780bce0fae Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 21 Oct 2016 14:39:06 -0400 Subject: [PATCH] libdnf: Update to current master This notably fixes the spam of transaction warnings. Due to a libdnf build system improvement, we no longer need to manually propagate `CFLAGS`. Closes: #499 Approved by: jlebon --- configure.ac | 4 +--- libdnf | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 295f8782..0ec63264 100644 --- a/configure.ac +++ b/configure.ac @@ -126,9 +126,7 @@ if test x$enable_compose_tooling != xno; then RPM_OSTREE_FEATURES="$RPM_OSTREE_F dnl Try to automatically determine cmake type from CFLAGS if $(echo $CFLAGS |grep -q -e "-O0"); then - cmake_args="-DCMAKE_BUILD_TYPE=Debug \ - -DCMAKE_C_FLAGS_DEBUG:STRING='-ggdb -O0' \ - -DCMAKE_CXX_FLAGS_DEBUG:STRING=-ggdb -O0'" + cmake_args="-DCMAKE_BUILD_TYPE=Debug" export cmake_args else cmake_args=-DCMAKE_BUILD_TYPE=RelWithDebugInfo diff --git a/libdnf b/libdnf index b69552b3..34a9906d 160000 --- a/libdnf +++ b/libdnf @@ -1 +1 @@ -Subproject commit b69552b3b3a42fd41698a925d5f5f623667bac63 +Subproject commit 34a9906d9311b59ba00e67b57eb038516cb2c7af