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:
parent
4ac7a02e9f
commit
bb248ce4ff
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ PKG_MAKE_ARGS:= \
|
||||||
include_modules="$$(INCL_MODULES)" \
|
include_modules="$$(INCL_MODULES)" \
|
||||||
cfg_target:=/etc/kamailio/ \
|
cfg_target:=/etc/kamailio/ \
|
||||||
lib_target=/usr/lib/kamailio/ \
|
lib_target=/usr/lib/kamailio/ \
|
||||||
|
run_target=/var/run/kamailio/ \
|
||||||
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
|
||||||
LD_EXTRA_OPTS="$(TARGET_LDFLAGS)" \
|
LD_EXTRA_OPTS="$(TARGET_LDFLAGS)" \
|
||||||
LOCALBASE="$(STAGING_DIR)/usr" \
|
LOCALBASE="$(STAGING_DIR)/usr" \
|
||||||
|
|
Loading…
Reference in a new issue