Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185899 | Differences between
and this patch

Collapse All | Expand All

(-)librpcsecgss-0.18.orig/configure.in (-2 / +7 lines)
Lines 12-21 Link Here
12
AC_PROG_RANLIB
12
AC_PROG_RANLIB
13
13
14
# Checks for libraries.
14
# Checks for libraries.
15
PKG_CHECK_MODULES([GSSGLUE], [libgssglue >= 0.1], [],
15
PKG_CHECK_MODULES([GSSGLUE], [libgssglue >= 0.1],
16
  [echo GSSGLUE found; GSSAPI_IMPLEMENTATION=libgssglue],
17
  [PKG_CHECK_MODULES([GSSGLUE], [heimdal-gssapi],
18
    [echo HEIMDAL found; GSSAPI_IMPLEMENTATION=heimdal-gssapi],
16
  [AC_MSG_ERROR([Unable to locate information required to use libgssglue.
19
  [AC_MSG_ERROR([Unable to locate information required to use libgssglue.
17
  If you have pkgconfig installed, you might try setting environment
20
  If you have pkgconfig installed, you might try setting environment
18
  variable PKG_CONFIG_PATH to /usr/local/lib/pkgconfig])])
21
    variable PKG_CONFIG_PATH to /usr/local/lib/pkgconfig])])])
22
23
AC_SUBST([GSSAPI_IMPLEMENTATION])
19
24
20
# Checks for header files.
25
# Checks for header files.
21
AC_HEADER_STDC
26
AC_HEADER_STDC
(-)librpcsecgss-0.18.orig/librpcsecgss.pc.in (-1 / +1 lines)
Lines 5-11 Link Here
5
5
6
Name: librpcsecgss
6
Name: librpcsecgss
7
Description: Library that implements rpcsec_gss interface.
7
Description: Library that implements rpcsec_gss interface.
8
Requires: libgssglue
8
Requires: @GSSAPI_IMPLEMENTATION@
9
Version: @PACKAGE_VERSION@
9
Version: @PACKAGE_VERSION@
10
Libs: -L@libdir@ -lrpcsecgss
10
Libs: -L@libdir@ -lrpcsecgss
11
Cflags: -I@includedir@/rpcsecgss
11
Cflags: -I@includedir@/rpcsecgss

Return to bug 185899