diff options
author | Pauli Nieminen <suokkos@gmail.com> | 2011-06-02 17:19:23 +0300 |
---|---|---|
committer | Pauli Nieminen <suokkos@gmail.com> | 2011-06-02 20:26:01 +0300 |
commit | 77c35cddbbca908c5cbe17998853d328eee0eafe (patch) | |
tree | 918eeb8e628efd2c66f7e8857bd4b1dad7488007 /debian | |
parent | 7b8396fdbce2652a92079ca8da7c2481d2dfdd6a (diff) |
Remove all patches.
Patches aren't required with new version any more.
Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/explicit_library_link.patch | 23 | ||||
-rw-r--r-- | debian/patches/series | 2 | ||||
-rw-r--r-- | debian/patches/static_libbfd.patch | 24 |
3 files changed, 0 insertions, 49 deletions
diff --git a/debian/patches/explicit_library_link.patch b/debian/patches/explicit_library_link.patch deleted file mode 100644 index 6abf305..0000000 --- a/debian/patches/explicit_library_link.patch +++ /dev/null @@ -1,23 +0,0 @@ -newer linked (and binutils-gold) need explicit mention of the libraries to link to -Index: sysprof/configure -=================================================================== ---- sysprof.orig/configure 2011-05-03 23:51:53.217425962 +0530 -+++ sysprof/configure 2011-05-03 23:52:35.229634288 +0530 -@@ -3624,7 +3624,7 @@ - pkg_failed=untried - fi - if test -n "$DEP_LIBS"; then -- pkg_cv_DEP_LIBS="$DEP_LIBS" -+ pkg_cv_DEP_LIBS="$DEP_LIBS -ldl -lz" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ - { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$dep_modules\"") >&5 -@@ -3632,7 +3632,7 @@ - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_DEP_LIBS=`$PKG_CONFIG --libs "$dep_modules" 2>/dev/null` -+ pkg_cv_DEP_LIBS="`$PKG_CONFIG --libs "$dep_modules" 2>/dev/null` -ldl -lz" - else - pkg_failed=yes - fi diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 97fbe4a..0000000 --- a/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -explicit_library_link.patch -static_libbfd.patch diff --git a/debian/patches/static_libbfd.patch b/debian/patches/static_libbfd.patch deleted file mode 100644 index f3290f9..0000000 --- a/debian/patches/static_libbfd.patch +++ /dev/null @@ -1,24 +0,0 @@ -Author: Michel Dänzer <daenzer@debian.org> -Description: Link statically with libbfd. ---- a/configure -+++ b/configure -@@ -3893,7 +3893,7 @@ - { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bfd_bfd_get_error" >&5 - $as_echo "$ac_cv_lib_bfd_bfd_get_error" >&6; } - if test "x$ac_cv_lib_bfd_bfd_get_error" = x""yes; then -- DEP_LIBS="$DEP_LIBS -lbfd -liberty" -+ DEP_LIBS="$DEP_LIBS /usr/lib/libbfd.a -liberty" - else - { { $as_echo "$as_me:$LINENO: error: libbfd is required to compile sysprof" >&5 - $as_echo "$as_me: error: libbfd is required to compile sysprof" >&2;} ---- a/configure.ac -+++ b/configure.ac -@@ -90,7 +90,7 @@ - AC_CHECK_LIB(iberty, cplus_demangle_opname, [], - AC_MSG_ERROR([libiberty is required to compile sysprof]), -ldl)) - --AC_CHECK_LIB(bfd, bfd_get_error, [DEP_LIBS="$DEP_LIBS -lbfd -liberty"], -+AC_CHECK_LIB(bfd, bfd_get_error, [DEP_LIBS="$DEP_LIBS /usr/lib/libbfd.a -liberty"], - AC_MSG_ERROR([libbfd is required to compile sysprof]), - -liberty) - |