package/kmsxx: remove erroneous use of static-libc option
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Fri, 6 Aug 2021 12:50:46 +0000 (15:50 +0300)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 8 Aug 2021 08:49:50 +0000 (10:49 +0200)
commit95ad161fe933b01986b426c47f019d58900d62a2
treee6fde7c4879fd70ef364d848bded1fb8c5bd31bb
parent3418a068befff3cf15c0a49ba1539a162f6bce53
package/kmsxx: remove erroneous use of static-libc option

Currently, for a static-only build, we pass -Dstatic-libc=true. The
reason for that was not recorded when the package was converted to
meson.

The -Dstatic-libc=true option, despite its name, is not about linking
statically against libc, but against libgcc and libstdc++.

In Buildroot, we forcibly pass -static when calling the compiler and
linker, so everything is already linked statically.

For a shared build, -Dstatic-libc=false has no effect at all.

Drop this option altogether, as it is not needed, and is confusing.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
[yann.morin.1998@free.fr: expand commit log]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/kmsxx/kmsxx.mk