You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							28 lines
						
					
					
						
							1.4 KiB
						
					
					
				
			
		
		
	
	
							28 lines
						
					
					
						
							1.4 KiB
						
					
					
				| # --- SDE-COPYRIGHT-NOTE-BEGIN --- | |
| # This copyright note is auto-generated by ./scripts/Create-CopyPatch. | |
| # | |
| # Filename: package/.../wireshark/fix_kerberos_detection.patch | |
| # Copyright (C) 2004 - 2006 The T2 SDE Project | |
| # | |
| # More information can be found in the files COPYING and README. | |
| # | |
| # This patch file is dual-licensed. It is available under the license the | |
| # patched project is licensed under, as long as it is an OpenSource license | |
| # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms | |
| # of the GNU General Public License as published by the Free Software | |
| # Foundation; either version 2 of the License, or (at your option) any later | |
| # version. | |
| # --- SDE-COPYRIGHT-NOTE-END --- | |
| --- ethereal-0.10.12/configure.orig	2005-08-31 08:58:05.153972750 +0200 | |
| +++ ethereal-0.10.12/configure	2005-08-31 09:20:21.961518000 +0200 | |
| @@ -27666,8 +27666,9 @@ | |
|  	  ac_mit_version=`grep 'Massachusetts Institute of Technology' $krb5_dir/include/krb5.h | head -n 1 | sed 's/^.*Massachusetts Institute of Technology.*$/MIT/'` | |
|  	  ac_krb5_version="$ac_heimdal_version$ac_mit_version" | |
|  	  if test "x$ac_krb5_version" = "xHEIMDAL" | |
| -	      KRB5_LIBS="-L$krb5_dir/lib -lkrb5 -lasn1 $SSL_LIBS -lroken -lcrypt" | |
|  	  then | |
| +	      KRB5_LIBS="-L$krb5_dir/lib -lkrb5 -lasn1 $SSL_LIBS -lroken -lcrypt" | |
| +          else | |
|  	      KRB5_LIBS="-L$krb5_dir/lib -lkrb5 -lk5crypto -lcom_err" | |
|  	  fi | |
|  	  if test "x$ac_krb5_version" = "xMIT"
 | |
| 
 |