Changeset 9312

Show
Ignore:
Timestamp:
05/17/12 14:03:22 (12 months ago)
Author:
elaine
Message:

Fix for using the configure option --enable-static-server. Note that warnings will still be given about using statically linked executables with glibc functions. Statically linking is not very portable. See  https://bugzilla.redhat.com/show_bug.cgi?id=111298 for more info.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/Makefile.in

    r9284 r9312  
    336336SERVERCFLAGS += -D__STATIC_FLOWPROTO_BMI_CACHE__ 
    337337 
    338 SERVERLIBS = -lpvfs2-server @LIBS@ @DB_LIB@ -lpthread  
     338SERVERLIBS = -lpvfs2-server @LIBS@ @DB_LIB@ 
    339339 
    340340ifdef NEEDS_LIBRT  
    341341        SERVERLIBS += -lrt 
    342342endif 
     343 
     344# must be after -lrt because -lrt may use -lpthread 
     345SERVERLIBS += -lpthread  
    343346 
    344347# you can optionally disable thread safety support in the client