summarylogtreecommitdiffstats
path: root/homegear-gnutls.patch
blob: 2963e885c628ff390e999f1c4df9efcadeaa0ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/src/Makefile.am b/src/Makefile.am
index 5342ae3..956efbc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,12 +8,6 @@ LIBS += -Wl,-Bstatic -lphp7-homegear -Wl,-Bdynamic -lz -lexslt -lresolv -ledit -
 # }}}
 endif
 
-if HAVE_CURL
-if HAVE_CURL_HEADERS
-LIBS += -lcurl-gnutls
-endif
-endif
-
 if HAVE_MYSQLCLIENT
 LIBS += -lmysqlclient
 endif