summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorIsmael Luceno2016-02-25 01:37:48 -0300
committerIsmael Luceno2016-02-25 05:26:05 -0300
commit2842fda22411681baba303fcd4a74bfe929e0cfa (patch)
tree642e30e1c8831d80a9f29b2c10610e04cf75c409 /telephony
parent33af25ca11252d72e8a92b09bfb2c725e1b5fa1a (diff)
kamailio: Use make_single
Diffstat (limited to 'telephony')
-rwxr-xr-xtelephony/kamailio/BUILD4
-rw-r--r--telephony/kamailio/HISTORY1
2 files changed, 4 insertions, 1 deletions
diff --git a/telephony/kamailio/BUILD b/telephony/kamailio/BUILD
index ed720ad7fb..98c9915b97 100755
--- a/telephony/kamailio/BUILD
+++ b/telephony/kamailio/BUILD
@@ -1,7 +1,9 @@
cd "$SOURCE_DIRECTORY" &&
+make_single &&
make cfg \
PREFIX="$INSTALL_ROOT"/usr \
LIBDIR=lib \
cfg_target="$INSTALL_ROOT/etc/$SPELL" \
&&
-make
+make &&
+make_normal
diff --git a/telephony/kamailio/HISTORY b/telephony/kamailio/HISTORY
index f581fef78e..7c78379577 100644
--- a/telephony/kamailio/HISTORY
+++ b/telephony/kamailio/HISTORY
@@ -2,3 +2,4 @@
* DEPENDS, DETAILS: spell created
* DETAILS: Fixed $VERSION
* BUILD: Fixed installation paths
+ Use make_single