SOURCES: nail-use-krb5-gss.patch (NEW) - force use of gss from krb...

baggins baggins at pld-linux.org
Tue Jan 15 18:53:38 CET 2008


Author: baggins                      Date: Tue Jan 15 17:53:38 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- force use of gss from krb5 to avoid lottery at compile time

---- Files affected:
SOURCES:
   nail-use-krb5-gss.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/nail-use-krb5-gss.patch
diff -u /dev/null SOURCES/nail-use-krb5-gss.patch:1.1
--- /dev/null	Tue Jan 15 18:53:38 2008
+++ SOURCES/nail-use-krb5-gss.patch	Tue Jan 15 18:53:33 2008
@@ -0,0 +1,18 @@
+--- nail-11.25/makeconfig~	2004-11-17 20:09:19.000000000 +0100
++++ nail-11.25/makeconfig	2008-01-15 18:49:49.000000000 +0100
+@@ -364,11 +364,10 @@
+ }
+ !
+ 
+-<$tmp2.c link_check 'for GSSAPI in libgss' '#define USE_GSSAPI' '-lgss' ||
+-	<$tmp2.c link_check 'for GSSAPI in libgssapi_krb5' \
+-			'#define USE_GSSAPI' '-lgssapi_krb5' ||
+-		link_check 'for GSSAPI in libgssapi_krb5, old-style' \
+-				'#define USE_GSSAPI
++<$tmp2.c link_check 'for GSSAPI in libgssapi_krb5' \
++		'#define USE_GSSAPI' '-lgssapi_krb5' ||
++	link_check 'for GSSAPI in libgssapi_krb5, old-style' \
++			'#define USE_GSSAPI
+ #define GSSAPI_OLD_STYLE' '-lgssapi_krb5' <<\! || \
+ 			link_check 'for GSSAPI in libgssapi' \
+ 				'#define USE_GSSAPI
================================================================


More information about the pld-cvs-commit mailing list