packages: mailx/mailx-use-krb5-gss.patch (NEW) - force use of gss from krb5...

baggins baggins at pld-linux.org
Wed Apr 14 12:28:39 CEST 2010


Author: baggins                      Date: Wed Apr 14 10:28:39 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- force use of gss from krb5 to avoid lottery at compile time

---- Files affected:
packages/mailx:
   mailx-use-krb5-gss.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/mailx/mailx-use-krb5-gss.patch
diff -u /dev/null packages/mailx/mailx-use-krb5-gss.patch:1.1
--- /dev/null	Wed Apr 14 12:28:39 2010
+++ packages/mailx/mailx-use-krb5-gss.patch	Wed Apr 14 12:28:34 2010
@@ -0,0 +1,19 @@
+--- 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,12 +364,10 @@
+ }
+ !
+ 
+-<$tmp2.c link_check gssapi 'for GSSAPI in libgss' \
+-		'#define USE_GSSAPI' '-lgss' ||
+-	<$tmp2.c link_check gssapi 'for GSSAPI in libgssapi_krb5' \
+-			'#define USE_GSSAPI' '-lgssapi_krb5' ||
+-		link_check gssapi 'for GSSAPI in libgssapi_krb5, old-style' \
+-				'#define USE_GSSAPI
++<$tmp2.c link_check gssapi 'for GSSAPI in libgssapi_krb5' \
++		'#define USE_GSSAPI' '-lgssapi_krb5' ||
++	link_check gssapi '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