immortalwrt/packages

telephony warning while feeds install

yyshell opened this issue · 1 comments

there is a warning when feeds install.
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libpcre', which does not exist
however, I can build my image successfully.

fixed by modify file "package/feeds/telephony/freeswitch/Makefile"
line 323:
+libpcre \ ----> +libpcre2 \