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

Commit b40cb99

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 472e1e4 commit b40cb99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Makefile.global.in

+5
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,11 @@ ifeq ($(enable_rpath), yes)
523523
LDFLAGS += $(rpath)
524524
endif
525525

526+
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
527+
.PHONY: show_dl_suffix
528+
show_dl_suffix
529+
@echo $(DLSUFFIX)
530+
526531

527532
##########################################################################
528533
#

0 commit comments

Comments
 (0)