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

Commit420cfd0

Browse files
committed
Remove some long-dead support for libpgtcl with Tk.
1 parent37bd2aa commit420cfd0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

‎src/Makefile.global.in

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.217 2005/07/06 21:04:14 momjian Exp $
2+
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.218 2005/07/28 03:15:52 tgl Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -153,10 +153,6 @@ TCL_INCLUDE_SPEC= @TCL_INCLUDE_SPEC@
153153
TCL_SHARED_BUILD= @TCL_SHARED_BUILD@
154154
TCL_SHLIB_LD_LIBS= @TCL_SHLIB_LD_LIBS@
155155

156-
TK_LIBS= @TK_LIBS@
157-
TK_LIB_SPEC= @TK_LIB_SPEC@
158-
TK_XINCLUDES= @TK_XINCLUDES@
159-
160156
PTHREAD_CFLAGS= @PTHREAD_CFLAGS@
161157
PTHREAD_LIBS= @PTHREAD_LIBS@
162158

@@ -392,14 +388,14 @@ endif
392388

393389
##########################################################################
394390
#
395-
# substitute implementations oftheC library
391+
# substitute implementations of C library routines
396392

397393
LIBOBJS = @LIBOBJS@ dirmod.o exec.o noblock.o path.o pipe.o pgsleep.o pgstrcasecmp.o sprompt.o thread.o
398394

399395
ifneq (,$(LIBOBJS))
400396
LIBS := -lpgport$(LIBS)
397+
# add location of libpgport.a to LDFLAGS
401398
ifdefPGXS
402-
# where libpgport.a is installed
403399
overrideLDFLAGS := -L$(libdir)$(LDFLAGS)
404400
else
405401
overrideLDFLAGS := -L$(top_builddir)/src/port$(LDFLAGS)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp