mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Welcome MySQL81 to the Port Tree Special thanks for help: fluffy, both Sponsored by: Netzkommune GmbH
10 lines
531 B
Text
10 lines
531 B
Text
--- scripts/CMakeLists.txt.orig 2022-12-16 15:34:44 UTC
|
|
+++ scripts/CMakeLists.txt
|
|
@@ -362,7 +362,6 @@ IF (WITH_SSL STREQUAL "system")
|
|
# We have implemented "system" for other platforms as well, but those
|
|
# are non-native packages.
|
|
IF(LINUX OR SOLARIS OR FREEBSD)
|
|
- SET(CONFIG_REQUIRES_PRIVATE "openssl")
|
|
STRING(REPLACE "-lssl" "" CONFIG_LIBS_PRIVATE "${CONFIG_LIBS_PRIVATE}")
|
|
STRING(REPLACE "-lcrypto" "" CONFIG_LIBS_PRIVATE "${CONFIG_LIBS_PRIVATE}")
|
|
STRING(REGEX REPLACE "[ ]+" " " CONFIG_LIBS_PRIVATE
|