Skip to content

Commit

Permalink
Update onvif_srvd to the last version (reboot)
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Apr 18, 2022
1 parent 5dd3fb7 commit bcb052b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/onvif_srvd/Makefile.onvif_srvd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ CXX ?= g++
# make WSSE_ON=1 all
ifdef WSSE_ON
CXXFLAGS += -DWITH_OPENSSL -I$(OPENSSL_DIR)/include
LDFLAGS += -Wl,--gc-sections openssl/libssl.a openssl/libcrypto.a -ldl
LDFLAGS += -Wl,--gc-sections openssl/libssl.a openssl/libcrypto.a -ldl -lpthread

WSSE_SOURCES = $(GSOAP_PLUGIN_DIR)/wsseapi.c \
$(GSOAP_PLUGIN_DIR)/mecevp.c \
Expand All @@ -61,6 +61,7 @@ WSSE_SOURCES = $(GSOAP_PLUGIN_DIR)/wsseapi.c \

WSSE_IMPORT = echo '\#import "wsse.h" ' >> $@
else
LDFLAGS += -Wl,--gc-sections -ldl -lpthread
GSOAP_CONFIGURE += --disable-ssl
endif

Expand Down
2 changes: 1 addition & 1 deletion src/onvif_srvd/onvif_srvd

0 comments on commit bcb052b

Please sign in to comment.