Lines 318-329
Link Here
|
318 |
# server side flow protocol connecting BMI with NCAC cache |
318 |
# server side flow protocol connecting BMI with NCAC cache |
319 |
SERVERCFLAGS += -D__STATIC_FLOWPROTO_BMI_CACHE__ |
319 |
SERVERCFLAGS += -D__STATIC_FLOWPROTO_BMI_CACHE__ |
320 |
|
320 |
|
321 |
SERVERLIBS = -lpvfs2-server @LIBS@ @DB_LIB@ -lpthread |
321 |
SERVERLIBS = -lpvfs2-server @LIBS@ @DB_LIB@ |
322 |
|
322 |
|
323 |
ifdef NEEDS_LIBRT |
323 |
ifdef NEEDS_LIBRT |
324 |
SERVERLIBS += -lrt |
324 |
SERVERLIBS += -lrt |
325 |
endif |
325 |
endif |
326 |
|
326 |
|
|
|
327 |
# must be after -lrt because -lrt may use -lpthread |
328 |
SERVERLIBS += -lpthread |
329 |
|
327 |
# you can optionally disable thread safety support in the client |
330 |
# you can optionally disable thread safety support in the client |
328 |
# though it's not recommended unless *required*. |
331 |
# though it's not recommended unless *required*. |
329 |
# |
332 |
# |