mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 01:00:11 -04:00
Makefile.in needs to be configured to use PORTNAME variable
This commit is contained in:
parent
084e66a077
commit
b7c0d48423
1 changed files with 4 additions and 2 deletions
|
|
@ -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…
Reference in a new issue