added libraries required to build on Solaris
This commit is contained in:
parent
17571949d7
commit
71588919fb
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue