summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/files
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/apt/files')
-rw-r--r--meta/recipes-devtools/apt/files/db_linking_hack.patch6
-rw-r--r--meta/recipes-devtools/apt/files/no-curl.patch8
2 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/apt/files/db_linking_hack.patch b/meta/recipes-devtools/apt/files/db_linking_hack.patch
index d2246b3d2b..a61d4b07c2 100644
--- a/meta/recipes-devtools/apt/files/db_linking_hack.patch
+++ b/meta/recipes-devtools/apt/files/db_linking_hack.patch
@@ -1,9 +1,9 @@
1Upstream-Status: Backport 1Upstream-Status: Backport
2 2
3Index: apt-0.7.3/configure.in 3Index: apt-0.7.3/configure.ac
4=================================================================== 4===================================================================
5--- apt-0.7.3.orig/configure.in 2007-07-01 10:38:45.000000000 +0000 5--- apt-0.7.3.orig/configure.ac 2007-07-01 10:38:45.000000000 +0000
6+++ apt-0.7.3/configure.in 2007-08-21 13:39:26.000000000 +0000 6+++ apt-0.7.3/configure.ac 2007-08-21 13:39:26.000000000 +0000
7@@ -67,8 +67,20 @@ 7@@ -67,8 +67,20 @@
8 [AC_DEFINE(HAVE_BDB) 8 [AC_DEFINE(HAVE_BDB)
9 BDBLIB="-ldb" 9 BDBLIB="-ldb"
diff --git a/meta/recipes-devtools/apt/files/no-curl.patch b/meta/recipes-devtools/apt/files/no-curl.patch
index 9fd3b3ab79..30238faad3 100644
--- a/meta/recipes-devtools/apt/files/no-curl.patch
+++ b/meta/recipes-devtools/apt/files/no-curl.patch
@@ -5,8 +5,8 @@ Upstream-Status: Inappropriate [configuration]
5 methods/makefile | 7 ------- 5 methods/makefile | 7 -------
6 2 files changed, 13 deletions(-) 6 2 files changed, 13 deletions(-)
7 7
8--- a/configure.in 8--- a/configure.ac
9+++ b/configure.in 9+++ b/configure.ac
10@@ -86,12 +86,6 @@ AC_CHECK_HEADER(db.h, 10@@ -86,12 +86,6 @@ AC_CHECK_HEADER(db.h,
11 11
12 LIBS="$saveLIBS" 12 LIBS="$saveLIBS"
@@ -23,14 +23,14 @@ Upstream-Status: Inappropriate [configuration]
23--- a/methods/makefile 23--- a/methods/makefile
24+++ b/methods/makefile 24+++ b/methods/makefile
25@@ -51,13 +51,6 @@ LIB_MAKES = apt-pkg/makefile 25@@ -51,13 +51,6 @@ LIB_MAKES = apt-pkg/makefile
26 SOURCE = http.cc http_main.cc rfc2553emu.cc connect.cc 26 SOURCE = http.cc http_main.cc rfc2553emu.cc connect.cc server.cc
27 include $(PROGRAM_H) 27 include $(PROGRAM_H)
28 28
29-# The https method 29-# The https method
30-PROGRAM=https 30-PROGRAM=https
31-SLIBS = -lapt-pkg -lcurl $(INTLLIBS) 31-SLIBS = -lapt-pkg -lcurl $(INTLLIBS)
32-LIB_MAKES = apt-pkg/makefile 32-LIB_MAKES = apt-pkg/makefile
33-SOURCE = https.cc 33-SOURCE = https.cc server.cc
34-include $(PROGRAM_H) 34-include $(PROGRAM_H)
35- 35-
36 # The ftp method 36 # The ftp method