summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/tdnf-2.1.1_pre.local.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/tdnf-2.1.1_pre.local.patch b/patches/tdnf-2.1.1_pre.local.patch
index 52459566..15189a8e 100644
--- a/patches/tdnf-2.1.1_pre.local.patch
+++ b/patches/tdnf-2.1.1_pre.local.patch
@@ -26,3 +26,25 @@ index 25ee54e..b126bb0 100644
--
2.26.1
+--- tdnf-2.1.1/tools/cli/lib/CMakeLists.txt.orig 2020-05-29 18:28:42.000000000 +0100
++++ tdnf-2.1.1/tools/cli/lib/CMakeLists.txt 2020-05-30 21:15:15.525966612 +0100
+@@ -6,6 +6,8 @@
+ # of the License are located in the COPYING file of this distribution.
+ #
+
++include_directories(${CMAKE_SOURCE_DIR}/include)
++
+ # configure pkgconfig file
+ configure_file(
+ tdnfcli.pc.in
+@@ -26,6 +28,10 @@
+ updateinfocmd.c
+ )
+
++target_link_libraries(${LIB_TDNF_CLI}
++ ${LIB_TDNF}
++ ${LIB_TDNF_COMMON}
++)
+
+ set_target_properties(${LIB_TDNF_CLI} PROPERTIES
+ VERSION ${PROJECT_VERSION}