Lines 44-50
Link Here
|
44 |
--with-mysqlfs \ |
44 |
--with-mysqlfs \ |
45 |
--with-vio \ |
45 |
--with-vio \ |
46 |
--with-low-memory \ |
46 |
--with-low-memory \ |
47 |
--with-comment='FreeBSD port: ${PKGNAME}' |
47 |
--with-comment='FreeBSD port: ${PKGNAME}' \ |
|
|
48 |
--enable-thread-safe-client |
48 |
|
49 |
|
49 |
.include <bsd.port.pre.mk> |
50 |
.include <bsd.port.pre.mk> |
50 |
|
51 |
|
Lines 78-86
Link Here
|
78 |
.else |
79 |
.else |
79 |
LIB_DEPENDS+= lthread.2:${PORTSDIR}/devel/linuxthreads |
80 |
LIB_DEPENDS+= lthread.2:${PORTSDIR}/devel/linuxthreads |
80 |
.endif |
81 |
.endif |
81 |
.endif |
|
|
82 |
.if defined(THREAD_SAFE_CLIENT) |
83 |
CONFIGURE_ARGS+=--enable-thread-safe-client |
84 |
.endif |
82 |
.endif |
85 |
|
83 |
|
86 |
CFLAGS+= -O3 -fno-omit-frame-pointer |
84 |
CFLAGS+= -O3 -fno-omit-frame-pointer |