Skip to content

Commit 4ef6a2c

Browse files
committed
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.
1 parent 8fd9094 commit 4ef6a2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Makefile.global.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,11 @@ ifeq ($(enable_rpath), yes)
456456
LDFLAGS += $(rpath)
457457
endif
458458

459+
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
460+
.PHONY: show_dl_suffix
461+
show_dl_suffix
462+
@echo $(DLSUFFIX)
463+
459464

460465
##########################################################################
461466
#

0 commit comments

Comments
 (0)