Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 149f91f

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 4f80974 commit 149f91f

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
@@ -472,6 +472,11 @@ ifeq ($(enable_rpath), yes)
472472
LDFLAGS += $(rpath)
473473
endif
474474

475+
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
476+
.PHONY: show_dl_suffix
477+
show_dl_suffix
478+
@echo $(DLSUFFIX)
479+
475480

476481
##########################################################################
477482
#

0 commit comments

Comments
 (0)