SOURCES: librpcsecgss-heimdal.patch (NEW) - use heimdal instead of...

qboosh qboosh at pld-linux.org
Fri Dec 9 21:53:13 CET 2005


Author: qboosh                       Date: Fri Dec  9 20:53:13 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use heimdal instead of libgssapi glue

---- Files affected:
SOURCES:
   librpcsecgss-heimdal.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/librpcsecgss-heimdal.patch
diff -u /dev/null SOURCES/librpcsecgss-heimdal.patch:1.1
--- /dev/null	Fri Dec  9 21:53:14 2005
+++ SOURCES/librpcsecgss-heimdal.patch	Fri Dec  9 21:53:08 2005
@@ -0,0 +1,15 @@
+--- librpcsecgss-0.7/configure.in.orig	2005-12-05 17:32:46.000000000 +0100
++++ librpcsecgss-0.7/configure.in	2005-12-09 20:36:20.189112720 +0100
+@@ -12,10 +12,8 @@
+ AC_PROG_RANLIB
+ 
+ # Checks for libraries.
+-PKG_CHECK_MODULES(GSSAPI, libgssapi, [],
+-  [AC_MSG_ERROR([Unable to locate information required to use libgssapi.
+-  If you have pkgconfig installed, you might try setting environment
+-  variable PKG_CONFIG_PATH to /usr/local/lib/pkgconfig])])
++AC_CHECK_LIB(gssapi, main, [GSSAPI_LIBS="-lgssapi"], [AC_MSG_ERROR([Unable to locate libgssapi])])
++AC_SUBST(GSSAPI_LIBS)
+ 
+ # Checks for header files.
+ AC_HEADER_STDC
================================================================



More information about the pld-cvs-commit mailing list