summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-11-26 08:55:07 +0100
committerRemi Collet <fedora@famillecollet.com>2014-11-26 08:55:07 +0100
commit8148c83f2437ff33667eaff076a34598a21510a5 (patch)
treed04ddd0be5593b81a66a670df160b02096aad577
parent0bc849c447b1f1b3ba4a445c2cc6bc5c7a6eaedd (diff)
php54 (scl meta) add LD_LIBRARY_PATH to enable script
-rw-r--r--php54.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/php54.spec b/php54.spec
index 831c55a..5cd726f 100644
--- a/php54.spec
+++ b/php54.spec
@@ -10,7 +10,7 @@
Summary: Package that installs PHP 5.4
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 php54-runtime(remi)
- add _sclreq macro