diff options
author | Martin Matuska <mm@FreeBSD.org> | 2015-02-02 17:16:37 +0800 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2015-02-02 17:16:37 +0800 |
commit | c251ebb419cbbaa350c81491a9e6b0e5a489ab3c (patch) | |
tree | 023c831ee5c05941eec3a7eeed838e8af30956c6 /ftp/proftpd | |
parent | 3bc2661ea9b0f7967eb90a1bb53a266d53ccb92d (diff) | |
download | freebsd-ports-gnome-c251ebb419cbbaa350c81491a9e6b0e5a489ab3c.tar.gz freebsd-ports-gnome-c251ebb419cbbaa350c81491a9e6b0e5a489ab3c.tar.zst freebsd-ports-gnome-c251ebb419cbbaa350c81491a9e6b0e5a489ab3c.zip |
Always compile with -pthread
Diffstat (limited to 'ftp/proftpd')
-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) |