Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Upstream-Status: Inappropriate [configuration] |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 2 | From 5d61ac822fd9a3871cd5089389c210606232ecdc Mon Sep 17 00:00:00 2001 |
| 3 | From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= <anibal.limon@linux.intel.com> |
| 4 | Date: Thu, 26 May 2016 15:34:45 -0500 |
| 5 | Subject: [PATCH] Upstream-Status: Inappropriate [configuration] |
| 6 | MIME-Version: 1.0 |
| 7 | Content-Type: text/plain; charset=UTF-8 |
| 8 | Content-Transfer-Encoding: 8bit |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 9 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 10 | Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 11 | --- |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 12 | configure.ac | 7 ------- |
| 13 | methods/makefile | 7 ------- |
| 14 | 2 files changed, 14 deletions(-) |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 15 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 16 | diff --git a/configure.ac b/configure.ac |
| 17 | index e47f459..cd24264 100644 |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 18 | --- a/configure.ac |
| 19 | +++ b/configure.ac |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 20 | @@ -83,13 +83,6 @@ AC_CHECK_HEADER(db.h, |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 21 | |
| 22 | LIBS="$saveLIBS" |
| 23 | |
| 24 | -AC_CHECK_LIB(curl, curl_easy_init, |
| 25 | - [AC_CHECK_HEADER(curl/curl.h, |
| 26 | - curl_ok=yes, |
| 27 | - curl_ok=no)], |
| 28 | - AC_MSG_ERROR([failed: I need CURL due https support]), |
| 29 | -) |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 30 | - |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 31 | AC_SUBST(BDBLIB) |
| 32 | |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 33 | HAVE_ZLIB=no |
| 34 | diff --git a/methods/makefile b/methods/makefile |
| 35 | index 3274e92..255086b 100644 |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 36 | --- a/methods/makefile |
| 37 | +++ b/methods/makefile |
| 38 | @@ -51,13 +51,6 @@ LIB_MAKES = apt-pkg/makefile |
| 39 | SOURCE = http.cc http_main.cc rfc2553emu.cc connect.cc server.cc |
| 40 | include $(PROGRAM_H) |
| 41 | |
| 42 | -# The https method |
| 43 | -PROGRAM=https |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 44 | -SLIBS = -lapt-pkg -lcurl $(INTLLIBS) -lresolv |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 45 | -LIB_MAKES = apt-pkg/makefile |
| 46 | -SOURCE = https.cc server.cc |
| 47 | -include $(PROGRAM_H) |
| 48 | - |
| 49 | # The ftp method |
| 50 | PROGRAM=ftp |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 51 | SLIBS = -lapt-pkg $(SOCKETLIBS) $(INTLLIBS) -lresolv |
| 52 | -- |
| 53 | 2.1.4 |
| 54 | |