summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-11-26 08:55:26 +0100
committerRemi Collet <fedora@famillecollet.com>2014-11-26 08:55:26 +0100
commitc74d806ec84f9dcb6b78dd269686ba33e4d97b4d (patch)
tree094aaf9700164b70b923871ddb85f52fd941c350
parent115abe032dea711d77923ff6c0b209b04c51c9df (diff)
php56 (scl meta) add LD_LIBRARY_PATH to enable script
-rw-r--r--php56.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/php56.spec b/php56.spec
index 9a17aee..fdcbc61 100644
--- a/php56.spec
+++ b/php56.spec
@@ -10,7 +10,7 @@
Summary: Package that installs PHP 5.6
Name: %scl_name
Version: 2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Group: Development/Languages
License: GPLv2+
@@ -71,6 +71,7 @@ packages depending on %scl Software Collection.
cat <<EOF | tee enable
export PATH=%{_bindir}:%{_sbindir}\${PATH:+:\${PATH}}
+export LD_LIBRARY_PATH=%{_libdir}\${LD_LIBRARY_PATH:+:\${LD_LIBRARY_PATH}}
export MANPATH=%{_mandir}:\${MANPATH}
EOF
@@ -145,6 +146,9 @@ fi
%changelog
+* Wed Nov 26 2014 Remi Collet <remi@fedoraproject.org> 2.0-2
+- add LD_LIBRARY_PATH in enable script for embedded
+
* Mon Sep 8 2014 Remi Collet <remi@fedoraproject.org> 2.0-1
- provides php56-runtime(remi)
- add _sclreq macro