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
This commit is contained in:
parent
328b85d396
commit
17100ef27c
@ -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
|
||||
|
2
libdnf
2
libdnf
@ -1 +1 @@
|
||||
Subproject commit b69552b3b3a42fd41698a925d5f5f623667bac63
|
||||
Subproject commit 34a9906d9311b59ba00e67b57eb038516cb2c7af
|
Loading…
Reference in New Issue
Block a user