From 3e2886a9e8876dca4142679d2492561c5f08c7bf Mon Sep 17 00:00:00 2001 From: Herwin Weststrate Date: Thu, 10 Dec 2015 12:53:37 +0100 Subject: [PATCH] Added heimdal-dev as alternative for libkrb5-dev The package builds fine without it. It does not have the functionality of krb5_get_error_message, but the freeradius code is already able to work around that limitation (using HAVE_KRB5_GET_ERROR_MESSAGE). The main reason for this change is that the packages libkrb5-dev and heimdal-dev cannot both be installed on a machine, and Samba has a requirement on the heimdal-dev package. With this patch, my machine can happily compile Samba and FreeRADIUS. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 34e8e5e7ea..13e8220441 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9), libiodbc2-dev, libjson0 | libjson-c2, libjson0-dev | libjson-c-dev, - libkrb5-dev, + libkrb5-dev | heimdal-dev, libldap2-dev, libpam0g-dev, libpcap-dev, -- 2.47.2