projects
/
libdnf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f374ff
)
[PATCH] Use static libcheck version.
author
Mihai Moldovan
<ionic@ionic.de>
Tue, 29 Sep 2020 16:30:16 +0000
(18:30 +0200)
committer
Luca Boccassi
<bluca@debian.org>
Sat, 29 Jun 2024 19:38:56 +0000
(20:38 +0100)
Within Debian, only the static libcheck library is shipped. Use it correctly,
since the static library requires additional private libraries and definitions.
Gbp-Pq: Name 0002-Use-static-libcheck-version.patch
tests/hawkey/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tests/hawkey/CMakeLists.txt
b/tests/hawkey/CMakeLists.txt
index 29402d634a8ae41c688499576d41acbac9b1ae5d..601bb4bc372d34d24899d80172a0e48492a5ee76 100644
(file)
--- a/
tests/hawkey/CMakeLists.txt
+++ b/
tests/hawkey/CMakeLists.txt
@@
-29,6
+29,8
@@
set_target_properties(test_hawkey_main PROPERTIES COMPILE_FLAGS -fPIC)
target_link_libraries(test_hawkey_main
libdnf
${CHECK_LDFLAGS}
+ ${CHECK_STATIC_LIBRARIES}
+ ${CHECK_STATIC_LDFLAGS}
${SOLV_LIBRARY}
${SOLVEXT_LIBRARY}
${RPMDB_LIBRARY}