]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Added heimdal-dev as alternative for libkrb5-dev 1444/head
authorHerwin Weststrate <herwin@quarantainenet.nl>
Thu, 10 Dec 2015 11:53:37 +0000 (12:53 +0100)
committerHerwin Weststrate <herwin@quarantainenet.nl>
Thu, 10 Dec 2015 11:53:37 +0000 (12:53 +0100)
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

index 34e8e5e7eaeb4b98ad9021d459eff01d44aa3a32..13e82204418a07f06b4633adbf69e06d2114ef55 100644 (file)
@@ -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,