diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-26 08:55:07 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-26 08:55:07 +0100 |
commit | 8148c83f2437ff33667eaff076a34598a21510a5 (patch) | |
tree | d04ddd0be5593b81a66a670df160b02096aad577 /php54.spec | |
parent | 0bc849c447b1f1b3ba4a445c2cc6bc5c7a6eaedd (diff) |
php54 (scl meta) add LD_LIBRARY_PATH to enable script
Diffstat (limited to 'php54.spec')
-rw-r--r-- | php54.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |