luci-0.10: merge r7968

This commit is contained in:
Jo-Philipp Wich 2011-11-20 18:21:58 +00:00
parent c5e4ff18b1
commit a3b65997af

View file

@ -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)