]> git.pld-linux.org Git - packages/librpcsecgss.git/commitdiff
- use heimdal instead of libgssapi glue
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Dec 2005 20:53:08 +0000 (20:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    librpcsecgss-heimdal.patch -> 1.1

librpcsecgss-heimdal.patch [new file with mode: 0644]

diff --git a/librpcsecgss-heimdal.patch b/librpcsecgss-heimdal.patch
new file mode 100644 (file)
index 0000000..621bed8
--- /dev/null
@@ -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
This page took 0.241729 seconds and 4 git commands to generate.