Sign Up
Log In
Sign Up
Username:
*
Email:
*
Password:
*
Password confirmation:
*
or
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Web
pihole-ftl
shared_libraries.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File shared_libraries.patch of Package pihole-ftl
Index: FTL-5.23/src/CMakeLists.txt =================================================================== --- FTL-5.23.orig/src/CMakeLists.txt +++ FTL-5.23/src/CMakeLists.txt @@ -193,10 +193,10 @@ set(THREADS_PREFER_PTHREAD_FLAG TRUE) find_package(Threads REQUIRED) # for DNSSEC we need the nettle (+ hogweed) crypto and the gmp math libraries -find_library(LIBHOGWEED NAMES libhogweed${CMAKE_STATIC_LIBRARY_SUFFIX} hogweed) -find_library(LIBGMP NAMES libgmp${CMAKE_STATIC_LIBRARY_SUFFIX} gmp) -find_library(LIBNETTLE NAMES libnettle${CMAKE_STATIC_LIBRARY_SUFFIX} nettle) -find_library(LIBIDN NAMES libidn${CMAKE_STATIC_LIBRARY_SUFFIX} idn) +find_library(LIBHOGWEED NAMES hogweed libhogweed${CMAKE_STATIC_LIBRARY_SUFFIX} hogweed) +find_library(LIBGMP NAMES gmp libgmp${CMAKE_STATIC_LIBRARY_SUFFIX} gmp) +find_library(LIBNETTLE NAMES nettle libnettle${CMAKE_STATIC_LIBRARY_SUFFIX} nettle) +find_library(LIBIDN NAMES idn libidn${CMAKE_STATIC_LIBRARY_SUFFIX} idn) target_link_libraries(pihole-FTL rt Threads::Threads ${LIBHOGWEED} ${LIBGMP} ${LIBNETTLE} ${LIBIDN})
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Contact
Support
@OBShq
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor