X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=blobdiff_plain;f=debian%2Fpatches%2Fcorrect-linking;h=c19a066a5ff14b4aedc953b16bacfc69bb9d28bb;hp=9ba9422334b0ba033a694f949c09b6db62711a6b;hb=5dde2930622e3c8fcf0613d171a56ae985e0327b;hpb=6199bbf36672f14fc3f88968d081266ed82da797 diff --git a/debian/patches/correct-linking b/debian/patches/correct-linking index 9ba9422..c19a066 100644 --- a/debian/patches/correct-linking +++ b/debian/patches/correct-linking @@ -1,8 +1,9 @@ -Index: TclCurl-7.19.0/configure -=================================================================== ---- TclCurl-7.19.0.orig/configure 2008-09-11 09:30:42.000000000 +0200 -+++ TclCurl-7.19.0/configure 2008-09-11 09:32:01.000000000 +0200 -@@ -6914,7 +6914,16 @@ +Strip out a few libs from the linker to lower the amount of direct depedencies +for this package. +See: http://lists.debian.org/debian-devel-announce/2006/09/msg00018.html +--- a/configure ++++ b/configure +@@ -6914,7 +6914,16 @@ fi echo "${ECHO_T}yes" >&6; } @@ -20,11 +21,9 @@ Index: TclCurl-7.19.0/configure for i in $vars; do if test "${TEA_PLATFORM}" = "windows" -a "$GCC" = "yes" ; then # Convert foo.lib to -lfoo for GCC. No-op if not *.lib -Index: TclCurl-7.19.0/configure.in -=================================================================== ---- TclCurl-7.19.0.orig/configure.in 2008-09-11 09:30:42.000000000 +0200 -+++ TclCurl-7.19.0/configure.in 2008-09-11 09:32:01.000000000 +0200 -@@ -127,7 +127,16 @@ +--- a/configure.in ++++ b/configure.in +@@ -127,7 +127,16 @@ if test "${CURL_VERSION}" != "" ; then fi AC_MSG_RESULT(yes)