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

Commita28c50a

Browse files
committed
Changed location of libpgtcl stuff.
1 parentcae19f6 commita28c50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/libpgtcl/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.15 1997/09/23 00:02:44 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.16 1997/09/27 19:35:04 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -35,7 +35,7 @@ ifeq ($(PORTNAME), linux)
3535
endif
3636
shlib := libpgtcl.so.1
3737
install-shlib-dep := install-shlib
38-
LDFLAGS += -L../../libpq -lpq
38+
LDFLAGS += -L$(SRCDIR)/interfaces/libpq -lpq
3939
endif
4040
endif
4141

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp