diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-14 00:33:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-14 00:33:57 +0000 |
commit | 6b0314e72aca6ef587ba9aa4036cd9ee0f175292 (patch) | |
tree | e8ca4392c1d8ace1cd48bf3dbe453da93727408f /net/wireshark/files/patch-configure | |
parent | - Fix build with gcc 3.4 [1] (diff) |
Update to 0.10.6. The release notes can be found at
http://www.ethereal.com/news/item_20040812_01.html.
Approved by: billf (maintainer)
Notes
Notes:
svn path=/head/; revision=116165
Diffstat (limited to 'net/wireshark/files/patch-configure')
-rw-r--r-- | net/wireshark/files/patch-configure | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/wireshark/files/patch-configure b/net/wireshark/files/patch-configure index c9f169180061..da831bbcb12a 100644 --- a/net/wireshark/files/patch-configure +++ b/net/wireshark/files/patch-configure @@ -1,7 +1,7 @@ ---- configure.orig Wed Jul 7 18:26:59 2004 -+++ configure Tue Jul 20 19:11:24 2004 -@@ -15937,7 +15937,7 @@ - KRB5_LIBS="-lkrb5 -lasn1 -lcrypto -lroken -lcrypt -lresolv" +--- configure.orig Thu Aug 12 22:04:27 2004 ++++ configure Fri Aug 13 18:40:18 2004 +@@ -15934,7 +15934,7 @@ + KRB5_LIBS="-lkrb5 -lasn1 $SSL_LIBS -lroken -lcrypt -lresolv" ethereal_save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -L$krb5_dir/lib" - ac_krb5_version=`grep -i heimdal $krb5_dir/include/krb5.h | head -n 1 | sed 's/^.*heimdal.*$/HEIMDAL/i'` @@ -9,7 +9,7 @@ else # Extract the first word of "krb5-config", so it can be a program name with args. set dummy krb5-config; ac_word=$2 -@@ -15980,10 +15980,10 @@ +@@ -15977,10 +15977,10 @@ if test -x "$KRB5_CONFIG" then @@ -17,8 +17,8 @@ + KRB5_FLAGS=`"$KRB5_CONFIG" --cflags | sed -e 's/@INCLUDE_des@//g'` CFLAGS="$CFLAGS $KRB5_FLAGS" CPPFLAGS="$CPPFLAGS $KRB5_FLAGS" -- KRB5_LIBS=`"$KRB5_CONFIG" --libs` -+ KRB5_LIBS=`"$KRB5_CONFIG" --libs | sed -e 's/@INCLUDE_des@//g'` +- KRB5_LIBS=`"$KRB5_CONFIG" --libs | sed 's/-lcrypto//'` ++ KRB5_LIBS=`"$KRB5_CONFIG" --libs | sed 's/-lcrypto//' | sed -e 's/@INCLUDE_des@//g'` + KRB5_LIBS="$KRB5_LIBS $SSL_LIBS" # Looks like krb5-config is lacking -lresolv on some systems echo "$as_me:$LINENO: checking whether library list looks OK" >&5 - echo $ECHO_N "checking whether library list looks OK... $ECHO_C" >&6 |