Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit020bfc8

Browse files
committed
Make DLSUFFIX easily discoverable by build scripts
This will enable things like the buildfarm client to discover morereliably if certain libraries have been installed.Discussion:https://postgr.es/m/859e7c91-7ef4-d4b4-2ca2-8046e0cbee09@2ndQuadrant.comThis is a backpatch to 9.3 and 9.2 of commitsb40cb99 andd9cdb1bnow that we are supporting limited builds of older versions.
1 parentfcf1f27 commit020bfc8

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
@@ -396,6 +396,11 @@ ifeq ($(enable_rpath), yes)
396396
LDFLAGS +=$(rpath)
397397
endif
398398

399+
# Show the DLSUFFIX to build scripts (e.g. buildfarm)
400+
.PHONY: show_dl_suffix
401+
show_dl_suffix:
402+
@echo$(DLSUFFIX)
403+
399404

400405
##########################################################################
401406
#

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp