Apply apt-0.5.15cnc5-alt-libtool.patch

Added in commit 0501f88:
0.5.15cnc5-alt1

- Specfile cleanup.
- Rediffed patches.
- Fixed --help/--version segfault.
- Fixed some compilation warnings.
- Relocated methods to /usr/lib/apt/methods/.
This commit is contained in:
Gleb Fotengauer-Malinovskiy 2014-05-16 19:57:00 +04:00
parent d594c24ee9
commit 72d2427d28
2 changed files with 2 additions and 23 deletions

View File

@ -1,21 +0,0 @@
diff -uprk.orig apt-0.5.15cnc5.orig/configure.in apt-0.5.15cnc5/configure.in
--- apt-0.5.15cnc5.orig/configure.in 2003-12-23 23:15:40 +0300
+++ apt-0.5.15cnc5/configure.in 2004-01-16 19:50:16 +0300
@@ -11,8 +11,6 @@ AM_MAINTAINER_MODE
AC_CONFIG_HEADER([include/config.h:buildlib/config.h.in])
-AC_PROG_LIBTOOL
-
dnl Check our C compiler
AC_PROG_CC
AM_PROG_CC_C_O
@@ -22,6 +20,8 @@ dnl Check for other programs
AC_PROG_CXX
AC_PROG_CPP
+AC_PROG_LIBTOOL
+
dnl Checks for sockets
SAVE_LIBS="$LIBS"
LIBS=""

View File

@ -11,8 +11,6 @@ AM_MAINTAINER_MODE
AC_CONFIG_HEADER([include/config.h:buildlib/config.h.in])
AC_PROG_LIBTOOL
dnl Check our C compiler
AC_PROG_CC
AM_PROG_CC_C_O
@ -22,6 +20,8 @@ dnl Check for other programs
AC_PROG_CXX
AC_PROG_CPP
AC_PROG_LIBTOOL
dnl Checks for sockets
SAVE_LIBS="$LIBS"
LIBS=""