diff options
author | schwarz <schwarz> | 2011-01-18 23:12:29 +0000 |
---|---|---|
committer | schwarz <schwarz> | 2011-01-18 23:12:29 +0000 |
commit | 4c078a4ce79fd5f4331f656d874e40c4b604d757 (patch) | |
tree | af41566e6f9a843c87dadbe2f9a8783c3356b05b /databases/unixodbc | |
parent | 1bbef4a89b2def9a8ea9e550672de776b0335f68 (diff) | |
download | pkgsrc-4c078a4ce79fd5f4331f656d874e40c4b604d757.tar.gz |
added libraries required to build on Solaris
Diffstat (limited to 'databases/unixodbc')
-rw-r--r-- | databases/unixodbc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/unixodbc/Makefile b/databases/unixodbc/Makefile index 8fa4c564f5c..113a6ee9251 100644 --- a/databases/unixodbc/Makefile +++ b/databases/unixodbc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2010/05/10 16:52:22 taca Exp $ +# $NetBSD: Makefile,v 1.30 2011/01/18 23:12:29 schwarz Exp $ DISTNAME= unixODBC-2.3.0 PKGNAME= ${DISTNAME:S/ODBC/odbc/} @@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --enable-drivers CONFIGURE_ARGS+= --enable-threads PTHREAD_OPTS+= require +LIBS.SunOS+= -lsocket -lnsl + # Override the local definitions that point to the self-contained libtool # convenience library. We want the one installed by pkgsrc. Also override # the variable pointing to the (static) libfl.a, which won't link with a |