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

Commit5248e02

Browse files
committed
ecpglib needs to link with libintl if it's in use.
Per buildfarm results.
1 parent55de145 commit5248e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/ecpglib/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.59 2008/04/07 14:15:58 petere Exp $
8+
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.60 2008/05/17 20:23:40 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -33,7 +33,7 @@ ifneq ($(PORTNAME), win32)
3333
OBJS += thread.o
3434
endif
3535

36-
SHLIB_LINK = -L../pgtypeslib -lpgtypes$(libpq)-lm$(PTHREAD_LIBS)
36+
SHLIB_LINK = -L../pgtypeslib -lpgtypes$(libpq)$(filter -lintl -lm,$(LIBS))$(PTHREAD_LIBS)
3737

3838
SHLIB_EXPORTS = exports.txt
3939

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp