projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce2f9b3
)
okay, looks like ecpg/compatlib needs -lintl too.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 18 May 2008 03:24:17 +0000
(
03:24
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 18 May 2008 03:24:17 +0000
(
03:24
+0000)
Per buildfarm results.
src/interfaces/ecpg/compatlib/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/compatlib/Makefile
b/src/interfaces/ecpg/compatlib/Makefile
index ea7aa69e880a1c6d0f8e2a7ae3ee63b78b2cf1da..854e1f1f51c9c6174cd8ce947ac8a35645bb5e2e 100644
(file)
--- a/
src/interfaces/ecpg/compatlib/Makefile
+++ b/
src/interfaces/ecpg/compatlib/Makefile
@@
-21,8
+21,8
@@
override CPPFLAGS := -I../include -I$(top_srcdir)/src/interfaces/ecpg/include \
-I$(libpq_srcdir) -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
override CFLAGS += $(PTHREAD_CFLAGS)
-SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq)
-lm
\
- $(PTHREAD_LIBS)
+SHLIB_LINK = -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes $(libpq) \
+ $(
filter -lintl -lm, $(LIBS)) $(
PTHREAD_LIBS)
SHLIB_EXPORTS = exports.txt