summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makethird b/Makethird
index 92de4085..e9a2e0e8 100644
--- a/Makethird
+++ b/Makethird
@@ -714,3 +714,10 @@ ifeq "$(HAVE_LIBCRYPTO)" "yes"
LIBCRYPTO_CFLAGS := $(SYS_LIBCRYPTO_CFLAGS)
LIBCRYPTO_LIBS := $(SYS_LIBCRYPTO_LIBS)
endif
+
+# --- pthread ---
+
+#ifeq "$(HAVE_PTHREAD)" "yes"
+PTHREAD_CFLAGS := $(SYS_PTHREAD_CFLAGS)
+PTHREAD_LIBS := $(SYS_PTHREAD_LIBS)
+#endif