summaryrefslogtreecommitdiffstats
path: root/package/libkrb5
Commit message (Collapse)AuthorAgeFilesLines
* libkrb5: bump to version 1.16.2Fabrice Fontaine2018-11-112-2/+2
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libkrb5: disable rpathBaruch Siach2018-05-131-1/+2
| | | | | | | | | | | | | | | The default rpath value for krb5 is /usr/lib. On some hosts this might confuse the build time linker as it looks for target libraries in the host /usr/lib directory. Should fix: http://autobuild.buildroot.net/results/6df/6df84ed325ddd92248741d2f4737423b1b999489/ http://autobuild.buildroot.net/results/049/049f5147288b418402b6e5a4181eff4d426c8d7a/ http://autobuild.buildroot.net/results/432/432d5d0295f77cd34b78e70e8b4b7d77ef19ae3c/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libkrb5: bump to version 1.16.1Fabrice Fontaine2018-05-082-4/+5
| | | | | | | Update hash for license file (update to year) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libkrb5: add dependency on host-bisonFabrice Fontaine2018-05-061-0/+1
| | | | | | | | | | libkrb5 needs yacc Fixes: - http://autobuild.buildroot.net/results/0bd0011978ecf0958ad459ae1aace564f4dde870 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libkrb5: add hash for license fileFabrice Fontaine2018-05-031-0/+3
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libkrb5: disable optional tcl supportBaruch Siach2018-04-041-1/+2
| | | | | | | | | | | | | | | Avoid detection of host tcl headers. The tcl package in Buildroot is not cross-compile safe. The generated tclConfig.sh script has -L/usr/lib in TCL_LIB_SPEC. Should fix: http://autobuild.buildroot.net/results/d11/d118c3c09f6fc1de26491f2ed480ef28b091dba8/ http://autobuild.buildroot.net/results/035/0353e1443125da1e544d1a98348716bfe67c8726/ Cc: André Hentschel <nerv@dawncrow.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libkrb5: needs dynamic library supportBaruch Siach2018-04-041-0/+5
| | | | | | | | | | | | Even though the configure script checks for the presence of dlfcn.h, the code includes this header unconditionally. Fixes: http://autobuild.buildroot.net/results/0e1/0e19af38d74aa74919a11ff1ebdb3b8c1a494b33/ Cc: André Hentschel <nerv@dawncrow.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libkrb5: new packageAndré Hentschel2018-03-313-0/+70
Signed-off-by: André Hentschel <nerv@dawncrow.de> [Thomas: - remove LIBKRB5_VERSION_MAJOR - minor tweaks to commit title and Config.in help text] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
OpenPOWER on IntegriCloud