Add CMakeLists.txt#50
Closed
Coeur wants to merge 1 commit intojech:masterfrom
Closed
Conversation
Owner
|
Please see the discussion at #3. |
arnout
pushed a commit
to buildroot/buildroot
that referenced
this pull request
Jun 15, 2025
The only dependee of dht, transmission, forked dht due to upstream rejection of cmake support: jech/dht#50 jech/dht#19 A fix was added to this fork for building with cmake 4.x: https://github.com/transmission/dht/commits/post-0.27-transmission/ Instead of adding yet another patch to buildroot we switch to the repo maintained by transmission. Fixes: https://autobuild.buildroot.org/results/30339a4fdb9c0b608ca3c5ae0692596b21b2fc3f/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: use "git describe --abbrev=40" format in _VERSION] Signed-off-by: Julien Olivain <ju.o@free.fr>
arnout
pushed a commit
to buildroot/buildroot
that referenced
this pull request
Jun 26, 2025
The only dependee of dht, transmission, forked dht due to upstream rejection of cmake support: jech/dht#50 jech/dht#19 A fix was added to this fork for building with cmake 4.x: https://github.com/transmission/dht/commits/post-0.27-transmission/ Instead of adding yet another patch to buildroot we switch to the repo maintained by transmission. Fixes: https://autobuild.buildroot.org/results/30339a4fdb9c0b608ca3c5ae0692596b21b2fc3f/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: use "git describe --abbrev=40" format in _VERSION] Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit 1b5f8d0) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding CMake support to help build it on Linux. Various projects might find it useful for simplifying their scripts. Notably, this is a requisite for Transmission.