Re: [PATCH] openssl: fix compilation

2020-11-26 Thread Petr Štetiar
Rosen Penev [2020-11-24 02:04:24]: Hi, > It seems the Makefile wrongly picks up dist CC and matches on a clang > path. > > Fixes: > > mips-openwrt-linux-musl-gcc: error: unrecognized command-line option > '-Qunused-arguments' then the fix seems wrong. You should make sure, that proper CC is u

[PATCH] openssl: fix compilation

2020-11-24 Thread Rosen Penev
It seems the Makefile wrongly picks up dist CC and matches on a clang path. Fixes: mips-openwrt-linux-musl-gcc: error: unrecognized command-line option '-Qunused-arguments' Signed-off-by: Rosen Penev --- package/libs/openssl/Makefile | 2 +- package/libs/openssl/patche