<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: e8335f588002217240ab49bc12504b42e89114d4 (commit)
from: 837c6ff6e828d1f81c8df2ac71d0733eb97f9fd1 (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Michal Bielicki - cypromis
comments:
added DESTDIR to esl makefiles so that it can be used during rpm building
<span style="color: #000080; font-weight: bold">diff --git a/libs/esl/php/Makefile b/libs/esl/php/Makefile</span>
<span style="color: #000080; font-weight: bold">index 44fdd22..e970ff7 100644</span>
<span style="color: #A00000">--- a/libs/esl/php/Makefile</span>
<span style="color: #00A000">+++ b/libs/esl/php/Makefile</span>
<span style="color: #800080; font-weight: bold">@@ -25,6 +25,6 @@ swigclean:</span>
reswig:        swigclean esl_wrap.cpp
install: ESL.so
<span style="color: #A00000">-        cp ESL.so $(shell php-config --extension-dir)</span>
<span style="color: #A00000">-        cp ESL.php $(shell php -r 'echo ini_get("include_path");' | cut -d: -f2)</span>
<span style="color: #A00000">-        echo 'extension=ESL.so' >> $(shell php-config --configure-options | tr " " "\n" | grep -- --with-config-file-scan-dir | cut -f2 -d=)/esl.ini</span>
<span style="color: #00A000">+        cp ESL.so $(DESTDIR)/$(shell php-config --extension-dir)</span>
<span style="color: #00A000">+        cp ESL.php /$(DESTDIR)/$(shell php -r 'echo ini_get("include_path");' | cut -d: -f2)</span>
<span style="color: #00A000">+        echo 'extension=ESL.so' >> $(DESTDIR)/$(shell php-config --configure-options | tr " " "\n" | grep -- --with-config-file-scan-dir | cut -f2 -d=)/esl.ini</span>
<span style="color: #000080; font-weight: bold">diff --git a/libs/esl/python/Makefile b/libs/esl/python/Makefile</span>
<span style="color: #000080; font-weight: bold">index 6b7147b..0d9ca84 100644</span>
<span style="color: #A00000">--- a/libs/esl/python/Makefile</span>
<span style="color: #00A000">+++ b/libs/esl/python/Makefile</span>
<span style="color: #800080; font-weight: bold">@@ -1,6 +1,6 @@</span>
LOCAL_CFLAGS=`python ./python-config --includes`
LOCAL_LDFLAGS=`python ./python-config --ldflags`
<span style="color: #A00000">-SITE_DIR=`python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"`</span>
<span style="color: #00A000">+SITE_DIR=$(DESTDIR)/`python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"`</span>
all: _ESL.so
</pre></div>
========================================================================<pre>
Summary of changes:
libs/esl/php/Makefile | 6 +++---
libs/esl/python/Makefile | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>