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

Commitb7c0d48

Browse files
committed
Makefile.in needs to be configured to use PORTNAME variable
1 parent084e66a commitb7c0d48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/interfaces/ecpg/lib/Makefilerenamed to‎src/interfaces/ecpg/lib/Makefile.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ include $(SRCDIR)/Makefile.global
33

44
PQ_INCLUDE=-I$(SRCDIR)/include -I$(SRCDIR)/interfaces/libpq
55

6-
SO_MAJOR_VERSION=0
7-
SO_MINOR_VERSION=5
6+
SO_MAJOR_VERSION=1
7+
SO_MINOR_VERSION=0
8+
9+
PORTNAME=@PORTNAME@
810

911
# Shared library stuff
1012
shlib :=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp