]> git.ipfire.org Git - thirdparty/shadow.git/commit
try again to fix libmisc sharing problem
authorSerge Hallyn <serge@hallyn.com>
Mon, 1 Feb 2021 04:44:09 +0000 (22:44 -0600)
committerSerge Hallyn <serge@hallyn.com>
Sun, 11 Apr 2021 22:42:04 +0000 (17:42 -0500)
commit514c1328b6c90d817ae0a9f7addfb3c9a11a275a
tree92042f3dc1d73ac113251c7c48d2346353680fe2
parent7cfe134090957d2127a5e2a13fa2e0c55c4e4a97
try again to fix libmisc sharing problem

Issue #297 reported seeing

*** Warning: Linking the shared library libsubid.la against the
*** static library ../libmisc/libmisc.a is not portable!

which commit b5fb1b38eea2fb0489ed088c82daf6700e72363e was supposed
to fix.  But a few commits later it's back.  So try to fix it
in the way the bug reporter suggested.  This broke builds some
other ways, namely a few missing library specifications, so add
those.

Signed-off-by: Serge Hallyn <serge@hallyn.com>
configure.ac
libmisc/Makefile.am
libsubid/Makefile.am
src/Makefile.am