Import of pkgsrc-2015Q2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.1 2014/05/22 12:50:48 fhajny Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2015/05/20 13:26:45 ryoon Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/sqlrelay/sqlrelay-pgsql/}
|
||||
COMMENT= PostgreSQL support for SQL Relay
|
||||
@@ -8,8 +8,19 @@ COMMENT= PostgreSQL support for SQL Relay
|
||||
LICENSE= postgresql-license
|
||||
|
||||
CONFIGURE_ARGS+= --with-postgresql-prefix=${PGSQL_PREFIX}
|
||||
CONFIGURE_ARGS+= --disable-mysql
|
||||
CONFIGURE_ARGS+= --disable-sqlite
|
||||
CONFIGURE_ARGS+= --disable-freetds
|
||||
CONFIGURE_ARGS+= --disable-odbc
|
||||
|
||||
BUILD_DIRS= src/connections/postgresql
|
||||
BUILD_DIRS= src/connections
|
||||
|
||||
INSTALLATION_DIRS+= libexec/sqlrelay
|
||||
|
||||
do-install:
|
||||
${LIBTOOL} --mode=install ${INSTALL_LIB} \
|
||||
${WRKSRC}/${BUILD_DIRS}/sqlrconnection_postgresql.la \
|
||||
${DESTDIR}${PREFIX}/libexec/sqlrelay
|
||||
|
||||
.include "../../databases/sqlrelay/buildlink3.mk"
|
||||
.include "../../mk/pgsql.buildlink3.mk"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/05/22 12:50:48 fhajny Exp $
|
||||
libexec/sqlrelay/sqlrconnection_postgresql.so
|
||||
@comment $NetBSD: PLIST,v 1.2 2015/05/20 13:26:45 ryoon Exp $
|
||||
libexec/sqlrelay/sqlrconnection_postgresql.la
|
||||
|
||||
Reference in New Issue
Block a user