From 4998a2cd54d2eb166ba0bc690b2baa5e307f357d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 27 Jan 2005 11:54:24 +0000 Subject: r5045: add TODO comment metze (This used to be commit cbb6b80f41a7f9689d1ec5ea2d6caba147260089) --- source4/libads/config.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/libads') diff --git a/source4/libads/config.m4 b/source4/libads/config.m4 index 1f07e1fa73..1ee508f26d 100644 --- a/source4/libads/config.m4 +++ b/source4/libads/config.m4 @@ -234,6 +234,10 @@ if test x$with_krb5_support != x"no"; then #MIT needs this, to let us see 'internal' parts of the headers we use KRB5_CFLAGS="${KRB5_CFLAGS} -DKRB5_PRIVATE -DKRB5_DEPRECATED" + #Heimdal needs this + #TODO: we need to parse KRB5_LIBS for -L path + # and set -Wl,-rpath -Wl,path + CFLAGS="$CFLAGS $KRB5_CFLAGS" CPPFLAGS="$CPPFLAGS $KRB5_CPPFLAGS" LDFLAGS="$LDFLAGS $KRB5_LDFLAGS" -- cgit