mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 10:22:20 +08:00
Backported fix for linking pthread into fdbmonitor from master
This commit is contained in:
parent
6872ca1228
commit
56a67148a1
@ -24,7 +24,7 @@
|
|||||||
fdbmonitor_CFLAGS := -I.
|
fdbmonitor_CFLAGS := -I.
|
||||||
|
|
||||||
ifeq ($(PLATFORM),linux)
|
ifeq ($(PLATFORM),linux)
|
||||||
fdbmonitor_LDFLAGS := -static-libstdc++ -static-libgcc -lpthread -lrt
|
fdbmonitor_LDFLAGS := -static-libstdc++ -static-libgcc -pthread -lrt
|
||||||
else ifeq ($(PLATFORM),osx)
|
else ifeq ($(PLATFORM),osx)
|
||||||
fdbmonitor_LDFLAGS := -lc++
|
fdbmonitor_LDFLAGS := -lc++
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user