Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2842fda22411681baba303fcd4a74bfe929e0cfa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2842fda22411681baba303fcd4a74bfe929e0cfa)
  • Date: Thu, 25 Feb 2016 08:38:24 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

telephony/kamailio/BUILD | 10 ++++++++--
telephony/kamailio/HISTORY | 3 ++-
2 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 2842fda22411681baba303fcd4a74bfe929e0cfa
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

kamailio: Use make_single

commit 33af25ca11252d72e8a92b09bfb2c725e1b5fa1a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

kamailio: Fix installation paths

diff --git a/telephony/kamailio/BUILD b/telephony/kamailio/BUILD
index 451efd2..98c9915 100755
--- a/telephony/kamailio/BUILD
+++ b/telephony/kamailio/BUILD
@@ -1,3 +1,9 @@
cd "$SOURCE_DIRECTORY" &&
-make cfg &&
-make
+make_single &&
+make cfg \
+ PREFIX="$INSTALL_ROOT"/usr \
+ LIBDIR=lib \
+ cfg_target="$INSTALL_ROOT/etc/$SPELL" \
+ &&
+make &&
+make_normal
diff --git a/telephony/kamailio/HISTORY b/telephony/kamailio/HISTORY
index c633dd5..7c78379 100644
--- a/telephony/kamailio/HISTORY
+++ b/telephony/kamailio/HISTORY
@@ -1,4 +1,5 @@
2016-02-24 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: spell created
* DETAILS: Fixed $VERSION
-
+ * BUILD: Fixed installation paths
+ Use make_single



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2842fda22411681baba303fcd4a74bfe929e0cfa), Ismael Luceno, 02/25/2016

Archive powered by MHonArc 2.6.24.

Top of Page