Репозитории ALT
| S: | 3.5.10-alt22 |
| 5.1: | 3.5.10-alt20.M51.1 |
| p5: | 3.5.10-alt17.M51.1 |
| 4.1: | 3.5.10-alt16.M41.1 |
| 4.0: | 3.5.9-alt1.M40.1 |
| 3.0: | 3.4.1-alt12 |
| +updates: | 3.4.1-alt12.1.M30 |
| +backports: | 3.5.6-alt7.0.M30 |
Группа :: Графические оболочки/KDE
Пакет: kdebase
Главная Изменения Спек Патчи Sources Загрузить Gear Bugs and FR Repocop
Патч: kdebase-3.5.9-alt-conf-path-to-krb5-fix.patch
Скачать
Скачать
--- kdebase-3.5.9/admin/acinclude.m4.in~ 2008-06-23 03:47:53 +0400
+++ kdebase-3.5.9/admin/acinclude.m4.in 2008-06-23 03:46:51 +0400
@@ -5841,6 +5841,8 @@ SSL_INCLUDES=
if test "$ssl_includes" = "/usr/include"; then
if test -f /usr/kerberos/include/krb5.h; then
SSL_INCLUDES="-I/usr/kerberos/include"
+ elif test -f /usr/include/krb5/krb5.h; then
+ SSL_INCLUDES="-I/usr/include/krb5"
fi
elif test "$ssl_includes" != "/usr/local/include" && test -n "$ssl_includes"; then
SSL_INCLUDES="-I$ssl_includes"

