luci-0.10: merge r7968
This commit is contained in:
parent
c5e4ff18b1
commit
a3b65997af
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ifeq ($(NIXIO_TLS),axtls)
|
|||
endif
|
||||
|
||||
ifeq ($(NIXIO_TLS),openssl)
|
||||
NIXIO_LDFLAGS += -lssl
|
||||
NIXIO_LDFLAGS += -lssl -lcrypto
|
||||
endif
|
||||
|
||||
ifeq ($(NIXIO_TLS),cyassl)
|
||||
|
|
Loading…
Reference in a new issue