You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
320 B
9 lines
320 B
--- others/Makefile.am.orig 2024-10-15 16:24:16.149894004 +0300
|
|
+++ others/Makefile.am 2024-10-15 16:24:27.059894009 +0300
|
|
@@ -30,4 +30,4 @@
|
|
|
|
libmbedtls_la_CFLAGS = -DMBEDTLS_CONFIG_FILE=\"mbedtls/mbedtls_config.h\" -Imbedtls/include
|
|
libmbedtls_la_CPPFLAGS =
|
|
-libmbedtls_la_LIBADD =
|
|
+libmbedtls_la_LIBADD = -lpthread
|