[Feature][R307][task-view-604][project] remove DMP
Change-Id: Ie82d8b323287ac9f329a1fc31b45321b9ed2d600
diff --git a/lynq/R307/ap/lib/libcurl/makefile b/lynq/R307/ap/lib/libcurl/makefile
index 70b8a79..f683860 100755
--- a/lynq/R307/ap/lib/libcurl/makefile
+++ b/lynq/R307/ap/lib/libcurl/makefile
@@ -8,17 +8,16 @@
GEN_MAKEFILE=$(BUILD_DIR)/Makefile
CONFIG_OPTS = --target=arm-linux --host=arm-linux
-#CONFIG_OPTS += --enable-static
-#ifeq ($(CONFIG_LIBCURL_SHARE_LIB), y)
+CONFIG_OPTS += --enable-static
+ifeq ($(CONFIG_LIBCURL_SHARE_LIB), y)
CONFIG_OPTS += --enable-shared
-#else
-#CONFIG_OPTS += --disable-shared
-#endif
+else
+CONFIG_OPTS += --disable-shared
+endif
CONFIG_OPTS += --enable-threaded-resolver
-CONFIG_OPTS += --without-libidn --without-librtmp --without-gnutls --without-nss --without-libssh2 \
+CONFIG_OPTS += --without-libidn --without-ssl --without-librtmp --without-gnutls --without-nss --without-libssh2 \
--without-zlib --without-winidn --disable-telnet --disable-tftp --disable-smtp \
- --disable-imap --disable-pop3 --disable-rtsp --disable-ldap --disable-ldaps --disable-ipv6 \
- --with-ssl=${PWD}/libssl/install \
+ --disable-imap --disable-pop3 --disable-rtsp --disable-ldap --disable-ldaps --disable-ipv6
all: $(GEN_MAKEFILE)
make -C build all