diff options
-rw-r--r-- | source4/libads/config.m4 | 4 |
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" |