mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +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.
|
||||
|
||||
ifeq ($(PLATFORM),linux)
|
||||
fdbmonitor_LDFLAGS := -static-libstdc++ -static-libgcc -lpthread -lrt
|
||||
fdbmonitor_LDFLAGS := -static-libstdc++ -static-libgcc -pthread -lrt
|
||||
else ifeq ($(PLATFORM),osx)
|
||||
fdbmonitor_LDFLAGS := -lc++
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user