mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add hueplusplus.
* gnu/packages/hardware.scm (hueplusplus): New variable. * gnu/packages/patches/hueplusplus-mbedtls.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
This commit is contained in:
parent
2860bb2779
commit
fb8568857f
3 changed files with 58 additions and 1 deletions
20
gnu/packages/patches/hueplusplus-mbedtls.patch
Normal file
20
gnu/packages/patches/hueplusplus-mbedtls.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
Remove references to bundled mbedtls library to use the one from inputs.
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 1e27d21..f0eb1a5 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -85,13 +85,6 @@ endif()
|
||||
|
||||
set(USE_STATIC_MBEDTLS_LIBRARY ON)
|
||||
set(USE_SHARED_MBEDTLS_LIBRARY OFF)
|
||||
-add_subdirectory("lib/mbedtls" EXCLUDE_FROM_ALL)
|
||||
-
|
||||
-# Compile the mbedtls library as a static with position independent code,
|
||||
-# because we need it for both a shared and static library
|
||||
-set_property(TARGET mbedtls PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
-set_property(TARGET mbedcrypto PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
-set_property(TARGET mbedx509 PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue