From bb248ce4ff6f149fb6b8db65c5e0e906cb701591 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 11 Feb 2018 19:22:10 +0100 Subject: [PATCH] kamailio-5.x: specify run directory When not specifying "run_target" the kamailio build system assumes $(DESTDIR)/var/run/kamailio to be the run directory on the target device. Add the variable to address this. Signed-off-by: Sebastian Kemper --- net/kamailio-5.x/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/kamailio-5.x/Makefile b/net/kamailio-5.x/Makefile index 47cd103..48cd5b2 100644 --- a/net/kamailio-5.x/Makefile +++ b/net/kamailio-5.x/Makefile @@ -130,6 +130,7 @@ PKG_MAKE_ARGS:= \ include_modules="$$(INCL_MODULES)" \ cfg_target:=/etc/kamailio/ \ lib_target=/usr/lib/kamailio/ \ + run_target=/var/run/kamailio/ \ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \ LD_EXTRA_OPTS="$(TARGET_LDFLAGS)" \ LOCALBASE="$(STAGING_DIR)/usr" \ -- 2.30.2