summaryrefslogtreecommitdiff
path: root/source4/libads
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-01-27 11:54:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:17 -0500
commit4998a2cd54d2eb166ba0bc690b2baa5e307f357d (patch)
tree985a15b20cbb4a292acf4c97a3ab32ccc0b0e488 /source4/libads
parentf1279ff51138fe13b4767dd390aa9b1a842e13c1 (diff)
downloadsamba-4998a2cd54d2eb166ba0bc690b2baa5e307f357d.tar.gz
samba-4998a2cd54d2eb166ba0bc690b2baa5e307f357d.tar.bz2
samba-4998a2cd54d2eb166ba0bc690b2baa5e307f357d.zip
r5045: add TODO comment
metze (This used to be commit cbb6b80f41a7f9689d1ec5ea2d6caba147260089)
Diffstat (limited to 'source4/libads')
-rw-r--r--source4/libads/config.m44
1 files changed, 4 insertions, 0 deletions
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"