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

Commit8dfca24

Browse files
committed
Results from buildfarm show that ecpglib was depending on pg_strcasecmp,
which evidently it got as an unofficial export from pgtypeslib.
1 parent89db887 commit8dfca24

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎src/interfaces/ecpg/ecpglib/Makefile

Lines changed: 5 additions & 4 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.51 2007/10/0418:32:07 tgl Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/ecpglib/Makefile,v 1.52 2007/10/0420:54:08 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -25,7 +25,7 @@ override CFLAGS += $(PTHREAD_CFLAGS)
2525
LIBS :=$(filter-out -lpgport,$(LIBS))
2626

2727
OBJS= execute.o typename.o descriptor.o data.o error.o prepare.o memory.o\
28-
connect.o misc.o path.o\
28+
connect.o misc.o path.opgstrcasecmp.o\
2929
$(filter snprintf.o strlcpy.o,$(LIBOBJS))
3030

3131
# thread.c is needed only for non-WIN32 implementation of path.c
@@ -51,7 +51,7 @@ include $(top_srcdir)/src/Makefile.shlib
5151
# necessarily use the same object files as the backend uses. Instead,
5252
# symlink the source files in here and build our own object file.
5353

54-
path.csnprintf.cstrlcpy.cthread.c:% :$(top_srcdir)/src/port/%
54+
path.cpgstrcasecmp.csnprintf.cstrlcpy.cthread.c:% :$(top_srcdir)/src/port/%
5555
rm -f$@&&$(LN_S)$<.
5656

5757
path.o: path.c$(top_builddir)/src/port/pg_config_paths.h
@@ -113,4 +113,5 @@ installdirs:
113113
uninstall: uninstall-lib
114114

115115
cleandistcleanmaintainer-clean: clean-lib
116-
rm -f$(OBJS) path.c snprintf.c strlcpy.c thread.c exports.list
116+
rm -f$(OBJS)
117+
rm -f path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c exports.list

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp