[Rpm-maint] [rpm-software-management/rpm] Trouble linking against the sequoia backend when using cmake (Issue #2269)
Panu Matilainen
notifications at github.com
Wed Nov 9 14:12:16 UTC 2022
I think the issue is with the unusual location, which the current cmake files don't take into account, in which case this ought to help:
```
+++ b/rpmio/CMakeLists.txt
@@ -24,7 +24,7 @@ if (WITH_INTERNAL_OPENPGP)
endif()
else()
list(APPEND librpmio_SOURCES rpmpgp_sequoia.c)
- target_link_libraries(librpmio PRIVATE ${RPMSEQUOIA_LIBRARIES})
+ target_link_libraries(librpmio PRIVATE ${RPMSEQUOIA_LDFLAGS})
endif()
```
...but somehow I don't think that's the Right Way to do it in cmake, need to look into it.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2269#issuecomment-1308825583
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/2269/1308825583 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20221109/de6cc615/attachment.html>
More information about the Rpm-maint
mailing list