Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
Remove unused shared library dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Namratha Kothapalli <[email protected]>
  • Loading branch information
nkothapa committed Aug 3, 2016
1 parent f63c6f6 commit 28dbbca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion install/linux/rel-release/ixpdimm_sw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BuildRequires: systemd
A monitor daemon for monitoring the health and status of IXPDIMMs.

%package -n ixpdimm-cli
Summary: CLI for managment of IXPDIMM
Summary: CLI for management of IXPDIMM
License: BSD
Group: Development/Tools
Requires: libixpdimm-cim%{?_isa} = %{version}-%{release}
Expand Down
2 changes: 1 addition & 1 deletion src/cli/features/core/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ LIBS = -L$(OBJECT_DIR)/common -lcommon \
-l$(CORE_LIB_NAME) \
-l$(CIM_LIB_NAME) \
-lsqlite3 \
-lssl -lcrypto
-lcrypto

ifdef BUILD_WINDOWS
LIBS += -lws2_32 -lmswsock -lShlwapi \
Expand Down
2 changes: 1 addition & 1 deletion src/cli/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ LIBS = -L$(OBJECT_DIR)/common -lcommon \
-l$(CIM_LIB_NAME) \
-lsqlite3 \
-lz \
-lssl -lcrypto
-lcrypto

ifdef BUILD_WINDOWS
LIBS += -lws2_32 -lmswsock -ladvapi32 -lversion -lGdi32 -lShlwapi \
Expand Down
5 changes: 1 addition & 4 deletions src/core/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,12 @@ INCS = -I$(SRC_DIR) -I$(SRC_DIR)/core \
LIBS = -L$(OBJECT_DIR)/common -lcommon \
-L$(BUILD_DIR) -l$(API_LIB_NAME) \
-lsqlite3 \
-lssl -lcrypto
-lcrypto

ifdef BUILD_WINDOWS
LIBS += -lws2_32 -lmswsock -lShlwapi -L$(EXTERN_LIB_DIR)/openssl/openssl
else ifdef BUILD_LINUX
LIBS += -ldl -lm -lpthread
ifndef BUILD_SIM
LIBS += -lndctl -lkmod
endif
else ifdef BUILD_ESX
LIBS += -ldl -lm
endif
Expand Down
2 changes: 1 addition & 1 deletion src/lib/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ INCS = -I. \
LIBS = -L$(OBJECT_DIR)/common -lcommon \
-L$(BUILD_DIR) -lsqlite3 \
-lz \
-lssl -lcrypto
-lcrypto

ifdef BUILD_WINDOWS
INCS += -I$(EXTERN_DIR)/os_headers
Expand Down

0 comments on commit 28dbbca

Please sign in to comment.