X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Fpatches%2Fcorrect-linking;h=11fcaaea42452b46a99b8f31fac63c2adc807f81;hb=bf7bf60bcf78d500cf389941fea6cd65adc0e827;hp=05e4ecbc9fad8cfe6e946a5315c5f48c6246d197;hpb=7bab4959e09ce33b26ef0860f03f2000bca55bfa;p=sven%2Ftclcurl.git diff --git a/debian/patches/correct-linking b/debian/patches/correct-linking index 05e4ecb..11fcaae 100644 --- a/debian/patches/correct-linking +++ b/debian/patches/correct-linking @@ -1,9 +1,10 @@ -Index: TclCurl-7.17.1/configure -=================================================================== ---- TclCurl-7.17.1.orig/configure 2007-12-15 15:14:05.000000000 +0100 -+++ TclCurl-7.17.1/configure 2007-12-15 15:15:34.000000000 +0100 -@@ -6494,7 +6494,16 @@ - echo "${ECHO_T}yes" >&6 +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 +@@ -4939,7 +4939,16 @@ fi + $as_echo "yes" >&6; } - vars="`$curlpath/curl-config --libs`" @@ -20,11 +21,9 @@ Index: TclCurl-7.17.1/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.17.1/configure.in -=================================================================== ---- TclCurl-7.17.1.orig/configure.in 2007-12-15 15:14:07.000000000 +0100 -+++ TclCurl-7.17.1/configure.in 2007-12-15 15:15:55.000000000 +0100 -@@ -127,7 +127,16 @@ +--- a/configure.in ++++ b/configure.in +@@ -134,7 +134,16 @@ if test "${CURL_VERSION}" != "" ; then fi AC_MSG_RESULT(yes) @@ -41,4 +40,4 @@ Index: TclCurl-7.17.1/configure.in + #-------------------------------------------------------------------- - # A few miscellaneous platform-specific items: + # __CHANGE__