[PATCH] argp-standalone: generate a shared library instead of static library

Petr Štetiar ynezz at true.cz
Wed Sep 28 03:11:31 PDT 2022


Thomas Langer <tlanger at maxlinear.com> [2022-09-13 17:47:56]:

Hi,

> Change the argp-standalone package to produce a shared library instead
> of a static library for the target. The host build is not changed.

we can see that from the diff already, so we would prefer to know, why would
you like to have this change included.

> Update related packages to add it as a direct dependency, otherwise the
> buildsystem will complain.
> 
> Please check also https://github.com/openwrt/packages/pull/19357,
> a related pull request for the packages feed, to avoid that this change
> is breaking all the packages that depend on argp-standalone.

Can't this be solved in some less intrusive way? I can imagine, that this is
not going to be bisect friendly and could provide other woes in the future.

What about introducing shared library in conjunction to the static one, thus
not breaking anything? Then if it makes sense, we could convert existing
static users to shared version in a next step.

Cheers,

Petr



More information about the openwrt-devel mailing list