diff options
author | mm <mm@FreeBSD.org> | 2015-02-02 17:16:37 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2015-02-02 17:16:37 +0800 |
commit | 427e42a52ce84c7bd9da4015afd3a8de7c89267b (patch) | |
tree | 023c831ee5c05941eec3a7eeed838e8af30956c6 /ftp | |
parent | 83455abdd0b4324dd3d8064a3098748d6f6db709 (diff) | |
download | freebsd-ports-gnome-427e42a52ce84c7bd9da4015afd3a8de7c89267b.tar.gz freebsd-ports-gnome-427e42a52ce84c7bd9da4015afd3a8de7c89267b.tar.zst freebsd-ports-gnome-427e42a52ce84c7bd9da4015afd3a8de7c89267b.zip |
Always compile with -pthread
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd/Makefile | 2 |
1 files changed, 0 insertions, 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) |