Skip to content

Commit

Permalink
remove libraries needed for CHAP
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Wyckoff committed Feb 13, 2008
1 parent 9227ac7 commit 8188e26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,7 @@ ifeq ($(PVFS_OSD_INTEGRATED),1)
# somehow, or just use shared libs.
SERVERCFLAGS += -DPVFS_OSD_INTEGRATED
SERVERLIBS += -Wl,-whole-archive ../stgt/libstgt.a -Wl,-no-whole-archive \
../osd-target/libosdtgt.a ../osd-util/libosdutil.a -lcrypto \
-lsqlite3 -lm
../osd-target/libosdtgt.a ../osd-util/libosdutil.a -lsqlite3 -lm
endif

# rule for building the pvfs2 server
Expand Down

0 comments on commit 8188e26

Please sign in to comment.