disable-openssl-linking
authorCeph Maintainers <ceph-maintainers@lists.ceph.com>
Wed, 7 Jun 2017 08:39:39 +0000 (09:39 +0100)
committerAdrian Bunk <bunk@debian.org>
Wed, 7 Jun 2017 08:39:39 +0000 (09:39 +0100)
Gbp-Pq: Name disable-openssl-linking.patch

src/rgw/Makefile.am

index b083dd1022b8dee3425125a3cc26d5fdf595d3df..1ef44a378243ddfaa45e17114ae1b8c4a3059311 100644 (file)
@@ -133,8 +133,7 @@ libcivetweb_la_SOURCES =  \
 
 libcivetweb_la_CXXFLAGS = ${CIVETWEB_INCLUDE} -fPIC -Woverloaded-virtual \
        ${AM_CXXFLAGS}
-libcivetweb_la_CFLAGS = -I$(srcdir)/civetweb/include ${CIVETWEB_INCLUDE} -fPIC -DNO_SSL_DL
-LIBCIVETWEB_DEPS += -lssl -lcrypto
+libcivetweb_la_CFLAGS = -I$(srcdir)/civetweb/include ${CIVETWEB_INCLUDE} -fPIC
 
 noinst_LTLIBRARIES += libcivetweb.la