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 <sebastian_ml@gmx.net>
This commit is contained in:
Sebastian Kemper 2018-02-11 19:22:10 +01:00
parent 4ac7a02e9f
commit bb248ce4ff

View file

@ -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" \