Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b35cce

Browse files
committed
Link ODBC driver with -lnsl and -lsocket, for Solaris.
reported by Bob Deblier (bob@virtualunlimited.com)
1 parent3278314 commit9b35cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/odbc/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# GNUMakefile for psqlodbc (Postgres ODBC driver)
44
#
5-
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.18 2001/08/27 00:38:55 petere Exp $
5+
# $Header: /cvsroot/pgsql/src/interfaces/odbc/Attic/GNUmakefile,v 1.19 2001/09/11 23:27:10 petere Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -27,7 +27,7 @@ ifdef MULTIBYTE
2727
OBJS += multibyte.o
2828
endif
2929

30-
SHLIB_LINK =$(filter -lm,$(LIBS))
30+
SHLIB_LINK =$(filter -lm -lnsl -lsocket,$(LIBS))
3131

3232
all: all-lib
3333

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp