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

Commit979b537

Browse files
committed
Include -lkrb5 when needed for shlibs depending on libpq. Per report
from Johan Henselmans.
1 parente554e2b commit979b537

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎src/interfaces/ecpg/compatlib/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.10 2003/09/27 19:35:32 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.11 2003/10/28 21:55:58 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -18,7 +18,7 @@ SO_MINOR_VERSION= 0
1818

1919
overrideCPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils$(CPPFLAGS)$(THREAD_CPPFLAGS)
2020
SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes$(libpq)\
21-
$(filter -lssl -lcrypto -lcrypt -lm,$(LIBS))$(THREAD_LIBS)
21+
$(filter -lssl -lcrypto -lkrb5 -lcrypt -lm,$(LIBS))$(THREAD_LIBS)
2222

2323
OBJS= informix.o
2424

‎src/interfaces/ecpg/ecpglib/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.9 2003/09/27 19:35:32 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.10 2003/10/28 21:55:58 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -22,7 +22,7 @@ OBJS= execute.o typename.o descriptor.o data.o error.o prepare.o memory.o \
2222
connect.o misc.o
2323

2424
SHLIB_LINK = -L../pgtypeslib -lpgtypes$(libpq)\
25-
$(filter -lssl -lcrypto -lcrypt -lm,$(LIBS))$(THREAD_LIBS)
25+
$(filter -lssl -lcrypto -lkrb5 -lcrypt -lm,$(LIBS))$(THREAD_LIBS)
2626

2727
all: all-lib
2828

‎src/interfaces/libpgtcl/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.32 2003/09/27 20:38:19 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.33 2003/10/28 21:55:58 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -21,7 +21,7 @@ override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS) $(TCL_INCLUDE_SPEC)
2121
OBJS= pgtcl.o pgtclCmds.o pgtclId.o
2222

2323
SHLIB_LINK =$(libpq)$(TCL_LIB_SPEC)$(TCL_LIBS)\
24-
$(filter -lssl -lcrypto -lcrypt,$(LIBS))$(THREAD_LIBS)
24+
$(filter -lssl -lcrypto -lkrb5 -lcrypt,$(LIBS))$(THREAD_LIBS)
2525

2626
all: submake-libpq all-lib
2727

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp