Skip to content

Commit

Permalink
Removed remains of externals reference from httpserver-api Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Kozaczuk <[email protected]>
  • Loading branch information
wkozaczuk committed Jul 30, 2019
1 parent b0f78ec commit 0b411c9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions modules/httpserver-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ endif
ifndef OSV_BUILD_PATH
OSV_BUILD_PATH = $(src)/build/$(mode).$(ARCH)
endif
miscbase = $(src)/external/$(ARCH)/misc.bin
libs-dir = $(miscbase)/usr/lib64
boost-libs := -lboost_system -lboost_filesystem

# the build target executable:
Expand All @@ -35,12 +33,7 @@ STUB_FILES := $(addprefix obj/,$(STUB_CPP_FILES:.cc=.o))

DYN_LIBS = -lpthread -ldl -L../libtools -ltools $(boost-libs) -lyaml-cpp

ifeq ($(use_host),y)
DYN_LIBS += -lssl -lcrypto
else
DYN_LIBS += $(libs-dir)/libssl.so.10 \
$(libs-dir)/libcrypto.so.10
endif
DYN_LIBS += -lssl -lcrypto

LIBS = $(DYN_LIBS) $(STATIC_LIBS)

Expand Down

0 comments on commit 0b411c9

Please sign in to comment.