We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1bfe97e commitd4b9f44Copy full SHA for d4b9f44
src/interfaces/ecpg/compatlib/Makefile
@@ -5,7 +5,7 @@
5
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
6
# Portions Copyright (c) 1994, Regents of the University of California
7
#
8
-# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.40 2008/04/07 14:15:58 petere Exp $
+# $PostgreSQL: pgsql/src/interfaces/ecpg/compatlib/Makefile,v 1.41 2008/05/18 03:24:17 tgl Exp $
9
10
#-------------------------------------------------------------------------
11
@@ -21,8 +21,8 @@ override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
21
-I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils$(CPPFLAGS)
22
overrideCFLAGS +=$(PTHREAD_CFLAGS)
23
24
-SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes$(libpq)-lm\
25
-$(PTHREAD_LIBS)
+SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes$(libpq)\
+$(filter -lintl -lm,$(LIBS))$(PTHREAD_LIBS)
26
27
SHLIB_EXPORTS = exports.txt
28