zap com_err (pgsql)
This commit is contained in:
parent
5c4e807d66
commit
8526212f4e
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2013/06/12 20:36:33 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2014/04/21 23:29:58 sthen Exp $
|
||||
|
||||
COMMENT = modular, cross-platform and multi-threaded benchmark tool
|
||||
DISTNAME = sysbench-0.4.8
|
||||
REVISION = 6
|
||||
REVISION = 7
|
||||
CATEGORIES = benchmarks
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sysbench/}
|
||||
|
||||
@ -37,7 +37,7 @@ CONFIGURE_ARGS += --with-mysql=no
|
||||
.if ${FLAVOR:Mpgsql}
|
||||
CONFIGURE_ARGS += --with-pgsql
|
||||
LIB_DEPENDS += databases/postgresql
|
||||
WANTLIB += pq com_err crypto ssl
|
||||
WANTLIB += pq crypto ssl
|
||||
#crypto ssl
|
||||
.else
|
||||
CONFIGURE_ARGS += --with-pgsql=no
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2013/03/21 08:45:14 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2014/04/21 23:31:09 sthen Exp $
|
||||
|
||||
COMMENT= ODBC driver for PostgreSQL
|
||||
VERSION= 08.03.0400
|
||||
PKGNAME= postgresql-odbc-${VERSION}
|
||||
DISTNAME= psqlodbc-${VERSION}
|
||||
CATEGORIES= databases
|
||||
REVISION = 1
|
||||
REVISION= 2
|
||||
|
||||
HOMEPAGE= http://pgfoundry.org/projects/psqlodbc/
|
||||
|
||||
@ -21,7 +21,7 @@ SHARED_ONLY = Yes
|
||||
LIB_DEPENDS = databases/postgresql>=8.3 \
|
||||
databases/iodbc
|
||||
|
||||
WANTLIB = pq iodbc iodbcinst pthread com_err crypto ssl
|
||||
WANTLIB = pq iodbc iodbcinst pthread crypto ssl
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user