Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37688164
en ru br
Репозитории ALT
5.1: 2.2.5-alt1
4.1: 2.2.3-alt1
4.0: 2.1.2-alt1.1
www.altlinux.org/Changes

Группа :: Система/Серверы
Пакет: php5-memcache

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: php5-memcache-alt-inc.patch
Скачать


diff --git a/memcache/config9.m4 b/memcache/config9.m4
index f1a3d91..e9be60e 100644
--- a/memcache/config9.m4
+++ b/memcache/config9.m4
@@ -71,6 +71,8 @@ if test "$PHP_MEMCACHE" != "no"; then
       session_inc_path=$abs_srcdir
     elif test -f $prefix/include/php/ext/session/php_session.h; then
       session_inc_path=$prefix/include/php
+    elif test -f $prefix/include/php/"$(php-config --version)"/ext/session/php_session.h; then
+      session_inc_path=$prefix/include/php/"$(php-config --version)"
     else
       session_inc_path=""
     fi
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin