summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-11-26 08:55:16 +0100
committerRemi Collet <fedora@famillecollet.com>2014-11-26 08:55:16 +0100
commit9aae44c8f75bd4d5eb576188b08a9dd7d7ecb9cf (patch)
treea998215c6b73632a67d3ae893ba43da6524c4d7a
parent24066e167283c5b9e139053a19f99648719d58d9 (diff)
php55 (scl meta) add LD_LIBRARY_PATH to enable script
-rw-r--r--php55.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/php55.spec b/php55.spec
index 44e9fa2..05d484f 100644
--- a/php55.spec
+++ b/php55.spec
@@ -10,7 +10,7 @@
Summary: Package that installs PHP 5.5
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 php55-runtime(remi)
- add _sclreq macro