luasql: fix build on macos
authorSergey V. Lobanov <sergey@lobanov.in>
Fri, 7 Jan 2022 21:28:57 +0000 (00:28 +0300)
committerRosen Penev <rosenp@gmail.com>
Wed, 12 Jan 2022 00:25:33 +0000 (16:25 -0800)
commita00735ec8c974f8dd3326ed241cfb99cec0d48ea
treefa97968c14a77d1174596875f6c9a94f4342ad56
parent6754a2c80a0cab7aadae12d7444463f0c5318e29
luasql: fix build on macos

luasql ./config scripts checks `uname -s` output and changes
LIB_OPTION from '-static' to macos specific if detected OS is
Darwin. These flags are not compatible with GCC

OpenWrt is always Linux, this patch removes Darwin
specific stuff from compilation flags

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
lang/luasql/Makefile