2019年9月24日 星期二

Build OpenWRT出現Please install the openssl library錯誤

Build dependency: Please install the openssl library (with development headers)

apt install libssl-dev

2019年8月30日 星期五

target extra/locale/wctables.h failed

uClibc-XXX/extra/locale/gen_wctype.c

while (--argc) {
++argv;
if (!strcmp(*argv, "-v")) {
++verbose;
continue;
}

#if 0
if (!setlocale(LC_CTYPE, *argv)) {
verbose_msg("setlocale(LC_CTYPE,%s) failed! Skipping this locale…\n", *argv);
continue;
}
#endif