From 8188e26deeba697640b4d6f5629d41b8e85a04ff Mon Sep 17 00:00:00 2001 From: Pete Wyckoff Date: Wed, 13 Feb 2008 15:59:05 -0500 Subject: [PATCH] remove libraries needed for CHAP --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 98b882c..0a94756 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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