summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteffen Dettmer <steffen.dettmer@rail.bombardier.com>2020-04-08 19:30:20 +0200
committerSteffen Dettmer <steffen.dettmer@rail.bombardier.com>2020-04-08 19:40:31 +0200
commit0e3269efdc21cf73689358b195c5744f6a219787 (patch)
tree18fc732f20c9fc2e1f18e2f205aec99c7370495f /src
parent04e78e67bf4f7b789292b920b65375472b7caab0 (diff)
downloadlibfaketime-0e3269efdc21cf73689358b195c5744f6a219787.tar.gz
Added support for FAKETIME_LINK_FLAGS for #243.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 4f67ca3..eb3d2a0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -79,7 +79,7 @@ endif
LIB_LDFLAGS += -shared
-LDFLAGS += -lpthread
+LDFLAGS += $(FAKETIME_LINK_FLAGS) -lpthread
ifneq ($(PLATFORM),SunOS)
LDFLAGS += -Wl,--version-script=libfaketime.map
endif