diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-11 21:58:16 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-11 21:58:16 +0000 |
commit | de51ba6b4bffb51bda3ae87f49506d3f42793889 (patch) | |
tree | 5aedb713c53d3eb2b41cc93a2c4b265f61339b0c /packages/ctorrent/files/configure.patch | |
parent | 2c071abeee8f883ee38e4de0e0370a8816486894 (diff) |
Updated ctorrent to use the complete extended ctorrent patch set
Diffstat (limited to 'packages/ctorrent/files/configure.patch')
-rw-r--r-- | packages/ctorrent/files/configure.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/packages/ctorrent/files/configure.patch b/packages/ctorrent/files/configure.patch deleted file mode 100644 index 95fe5cc2be..0000000000 --- a/packages/ctorrent/files/configure.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -ur ctorrent/configure ctorrent.new/configure ---- ctorrent/configure 2004-09-09 00:10:51.000000000 +0100 -+++ ctorrent.new/configure 2005-01-23 18:29:34.000000000 +0000 -@@ -3216,13 +3216,13 @@ - - else - --echo "$as_me:$LINENO: checking for SHA1_Init in -lcrypt" >&5 --echo $ECHO_N "checking for SHA1_Init in -lcrypt... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for SHA1_Init in -lcrypto" >&5 -+echo $ECHO_N "checking for SHA1_Init in -lcrypto... $ECHO_C" >&6 - if test "${ac_cv_lib_crypt_SHA1_Init+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lcrypt $LIBS" -+LIBS="-lcrypto $LIBS" - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - /* confdefs.h. */ -@@ -3275,7 +3275,7 @@ - #define HAVE_LIBCRYPT 1 - _ACEOF - -- LIBS="-lcrypt $LIBS" -+ LIBS="-lcrypto $LIBS" - - else - |