Paul Irofti wrote:
This is the postgresql odbc driver for iodbc. Works fine for amd64 and
i386.
is this dependent on a specific postgresl version?
pkg/DESCR:
The official PostgreSQL ODBC Driver
I've attempted to make this a multipackage for unicode but failed
miserably.
If anyone is willing to help me make it into a multipackage please
send a patch or guide me through emails, here is what I've put extra
inside the Makefile for the MULTI_PACKAGES:
MULTI_PACKAGES= -main -unicode
COMMENT-main= The official PostgreSQL ODBC Driver
COMMENT-unicode= The official PostgreSQL ODBC Driver with unicode
support
PKGNAME-main= postgresql-odbc-${VERSION}
PKGNAME-unicode= postgresql-odbc-unicode-${VERSION}
CONFIGURE_ARGS+= --with-iodbc --without-unixodbc
--enable-pthreads
.if !defined(SUBPACKAGE)
CONFIGURE_ARGS+= --disable-unicode
.endif
I can build both packages separately, but when I do a `make package'
there is no second configure+compile stage and the -unicode package
errors out.