mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
Makefile.in needs to be configured to use PORTNAME variable
This commit is contained in:
parent
084e66a077
commit
b7c0d48423
@ -3,8 +3,10 @@ include $(SRCDIR)/Makefile.global
|
||||
|
||||
PQ_INCLUDE=-I$(SRCDIR)/include -I$(SRCDIR)/interfaces/libpq
|
||||
|
||||
SO_MAJOR_VERSION=0
|
||||
SO_MINOR_VERSION=5
|
||||
SO_MAJOR_VERSION=1
|
||||
SO_MINOR_VERSION=0
|
||||
|
||||
PORTNAME=@PORTNAME@
|
||||
|
||||
# Shared library stuff
|
||||
shlib :=
|
Loading…
x
Reference in New Issue
Block a user