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

Commit0eb6951

Browse files
committed
Repair missing inclusions of -lintl for shared libraries.
1 parentd1587f1 commit0eb6951

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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-
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.13 2003/11/30 06:09:42 momjian Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.14 2004/02/10 07:26:25 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -18,7 +18,7 @@ SO_MINOR_VERSION= 1
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 -lkrb5 -lcrypt -lm,$(LIBS))$(THREAD_LIBS)
21+
$(filter -lintl -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-
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.12 2003/11/30 06:09:46 momjian Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.13 2004/02/10 07:26:25 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 -lkrb5 -lcrypt -lm,$(LIBS))$(THREAD_LIBS)
25+
$(filter -lintl -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-
# $PostgreSQL: pgsql/src/interfaces/libpgtcl/Makefile,v 1.35 2003/11/30 06:09:48 momjian Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/libpgtcl/Makefile,v 1.36 2004/02/10 07:26:25 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 -lkrb5 -lcrypt,$(LIBS))$(THREAD_LIBS)
24+
$(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt,$(LIBS))$(THREAD_LIBS)
2525

2626
all: submake-libpq all-lib
2727

‎src/pl/plpgsql/src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Makefile for the plpgsql shared object
44
#
5-
# $PostgreSQL: pgsql/src/pl/plpgsql/src/Makefile,v 1.24 2003/11/29 19:52:12 pgsql Exp $
5+
# $PostgreSQL: pgsql/src/pl/plpgsql/src/Makefile,v 1.25 2004/02/10 07:26:25 tgl Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -20,7 +20,7 @@ SO_MAJOR_VERSION= 1
2020
SO_MINOR_VERSION= 0
2121

2222
overrideCPPFLAGS := -I$(srcdir)$(CPPFLAGS)
23-
SHLIB_LINK =$(BE_DLLLIBS)
23+
SHLIB_LINK =$(filter -lintl,$(LIBS))$(BE_DLLLIBS)
2424
rpath :=
2525

2626
OBJS = pl_gram.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp