baresip: fix compilation with NLS
Fixes issue: /master/build/staging_dir/toolchain-arm_cortex-a9+vfpv3-d16_gcc-11.2.0_musl_eabi/lib/gcc/arm-openwrt-linux-muslgnueabi/11.2.0/../../../../arm-openwrt-linux-muslgnueabi/bin/ld: cannot find -lintl LD [M] speex_pp.so LD [M] stdio.so collect2: error: ld returned 1 exit status LD [M] syslog.so make[3]: *** [mk/mod.mk:41: gst.so] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/master/build/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/baresip-1.1.0' Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
5e86575ad3
commit
edd47e20a8
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ PKG_CONFIG_DEPENDS:= \
|
|||
$(patsubst %,CONFIG_PACKAGE_baresip-mod-%,$(subst _,-,$(baresip-mods)))
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
define Package/baresip/Default
|
||||
SECTION:=net
|
||||
|
|
Loading…
Reference in a new issue