summaryrefslogtreecommitdiff
path: root/release/src/router/httpd
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/httpd')
-rw-r--r--release/src/router/httpd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/release/src/router/httpd/Makefile b/release/src/router/httpd/Makefile
index 24e479f1..eda9fd91 100644
--- a/release/src/router/httpd/Makefile
+++ b/release/src/router/httpd/Makefile
@@ -11,6 +11,11 @@ OBJS += blackhole.o
LIBS = -L../nvram -lnvram -L../shared -lshared
LIBS += -L../mssl -lmssl
+ifeq ($(FULL_OPENSSL),y)
+LIBS += -L$(TOP)/openssl -lssl -lcrypto
+endif
+
+
all: httpd
httpd: $(OBJS)