From c251ebb419cbbaa350c81491a9e6b0e5a489ab3c Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Mon, 2 Feb 2015 09:16:37 +0000 Subject: [PATCH] Always compile with -pthread --- ftp/proftpd/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 272178098ac5..7bbf178cc3c8 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -101,9 +101,7 @@ PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATEDIR}" .if !defined(_BUILDING_PROFTPD_MODULE) CPPFLAGS+= -DHAVE_OPENSSL -I${OPENSSLINC} LIBS+= -lssl -lcrypto -L${OPENSSLLIB} -. if !defined(WITH_OPENSSL_PORT) LDFLAGS+= -pthread -. endif .endif .if !defined(_BUILDING_PROFTPD_MODULE)