From 839ddede45c93d32b688dd2a03ac5e796995b22d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 20 Jul 2010 09:57:25 +0000 Subject: main/kamailio: fix path fixes #379 --- main/kamailio/APKBUILD | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD index fe066f466..123de89b7 100644 --- a/main/kamailio/APKBUILD +++ b/main/kamailio/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=kamailio pkgver=3.0.2 -pkgrel=4 +pkgrel=5 pkgdesc="Open Source SIP Server" url="http://www.kamailio.org/" pkgusers="kamailio" @@ -65,7 +65,14 @@ build() { cd "$_builddir" # workaround parallel build issue - make -C lib/kcore strcommon.o || return 1 + make LOCALBASE=/usr \ + cfg_target=/etc/kamailio/ \ + MODS_MYSQL=yes \ + MODS_PCRE=yes \ + MODS_RADIUS= \ + TLS= \ + include_modules="$_modules" \ + -C lib/kcore strcommon.o || return 1 make LOCALBASE=/usr \ cfg_target=/etc/kamailio/ \ -- cgit v1.2.3