[packages/eventum: 8/11] fix psr/log autoload
glen
glen at pld-linux.org
Thu Dec 31 22:59:44 CET 2015
commit 5a65085ccf6c7dc84e6b07bf53637f3db9ae6340
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Dec 31 19:55:58 2015 +0200
fix psr/log autoload
autoload.patch | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/autoload.patch b/autoload.patch
index e848034..6e6b3a3 100644
--- a/autoload.patch
+++ b/autoload.patch
@@ -309,10 +309,11 @@
);
--- eventum-3.0.6-327-g34e5417/vendor/composer/autoload_namespaces.php 2015-12-31 19:33:54.323742468 +0200
+++ eventum-3.0.6-327-g34e5417/vendor/composer/autoload_namespaces.php 2015-12-31 19:46:27.515826070 +0200
-@@ -5,14 +5,15 @@
+@@ -5,14 +5,16 @@
$vendorDir = dirname(dirname(__FILE__));
-$baseDir = dirname($vendorDir);
+$pearDir = PEAR_INSTALL_DIR . '/';
++$phpDir = PHP_DATADIR . '/php';
return array(
'SecurityLib' => array($vendorDir . '/ircmaxell/security-lib/lib'),
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/eventum.git/commitdiff/360a26c0896c04f56f467bea30ab4a6cc9b56aa7
More information about the pld-cvs-commit
mailing list