Skip to content
Snippets Groups Projects
Commit 149f91fa authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

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

Backpatch to all live branches.
parent 4f809749
No related branches found
No related tags found
No related merge requests found
...@@ -472,6 +472,11 @@ ifeq ($(enable_rpath), yes) ...@@ -472,6 +472,11 @@ ifeq ($(enable_rpath), yes)
LDFLAGS += $(rpath) LDFLAGS += $(rpath)
endif endif
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
.PHONY: show_dl_suffix
show_dl_suffix
@echo $(DLSUFFIX)
########################################################################## ##########################################################################
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment