Don't use --disable-threadsafe in FreeTDS; it has been in the port for many

years but doesn't appear to be necessary any more.  From Brad, ok ajacoutot@.
This commit is contained in:
sthen 2015-06-15 09:00:23 +00:00
parent d05158b524
commit b7f363705e

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.64 2015/06/12 07:04:29 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.65 2015/06/15 09:00:23 sthen Exp $
COMMENT= database drivers for Sybase/Microsoft SQL Server
DISTNAME= freetds-0.95.0
REVISION= 0
SHARED_LIBS += ct 6.0 # 4.0
SHARED_LIBS += sybdb 8.0 # 5.0
@ -43,7 +44,6 @@ TEST_IS_INTERACTIVE=Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= ac_cv_prog_DOXYGEN=
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-threadsafe \
--enable-static \
--with-iodbc="${LOCALBASE}" \
--with-libiconv-prefix="${LOCALBASE}" \