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

Collapse All | Expand All

(-)hylafax-4.2.0rc2/config.h.in.chris (+5 lines)
Lines 288-291 Link Here
288
 */
288
 */
289
@HAVE_PAM@
289
@HAVE_PAM@
290
290
291
/*
292
 * LDAP Authentication
293
 */
294
#define HAVE_LDAP 1
295
291
#endif
296
#endif
(-)hylafax-4.2.0rc2/defs.in.chris (-1 / +1 lines)
Lines 256-262 Link Here
256
#     then its make file should override the setting of SHDLIBC with a
256
#     then its make file should override the setting of SHDLIBC with a
257
#     line such as "SHDLIBC=".
257
#     line such as "SHDLIBC=".
258
#
258
#
259
LDFLAGS		= ${LDOPTS} ${LDLIBS}
259
LDFLAGS		= ${LDOPTS} ${LDLIBS} -lldap -llber -lresolv
260
260
261
LDOPTS		= ${VLDOPTS} ${LLDOPTS} ${GLDOPTS}
261
LDOPTS		= ${VLDOPTS} ${LLDOPTS} ${GLDOPTS}
262
LDLIBS		= ${VLDLIBS} ${LLDLIBS} ${GLDLIBS}
262
LDLIBS		= ${VLDLIBS} ${LLDLIBS} ${GLDLIBS}

Return to bug 61544