mirror of https://github.com/postgres/postgres
Make DLSUFFIX easily discoverable by build scripts
This will enable things like the buildfarm client to discover more reliably if certain libraries have been installed. Discussion: https://postgr.es/m/859e7c91-7ef4-d4b4-2ca2-8046e0cbee09@2ndQuadrant.com This is a backpatch to 9.3 and 9.2 of commitsb40cb99b85
andd9cdb1ba9e
now that we are supporting limited builds of older versions.
This commit is contained in:
parent
985c8de212
commit
c7f3a00c36
|
@ -379,6 +379,11 @@ ifeq ($(enable_rpath), yes)
|
|||
LDFLAGS += $(rpath)
|
||||
endif
|
||||
|
||||
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
|
||||
.PHONY: show_dl_suffix
|
||||
show_dl_suffix:
|
||||
@echo $(DLSUFFIX)
|
||||
|
||||
|
||||
##########################################################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue