From: Thomas Weißschuh Date: Tue, 14 May 2024 19:38:52 +0000 (+0200) Subject: pam_lastlog2: drop duplicate assignment pam_lastlog2_la_LDFLAGS X-Git-Tag: v2.42-start~338 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=290748729dc3edf9ea1c680c8954441a5e367a44;p=thirdparty%2Futil-linux.git pam_lastlog2: drop duplicate assignment pam_lastlog2_la_LDFLAGS The second assignment ends up on the linker/libtool commandline, potentially confusing the tools. Signed-off-by: Thomas Weißschuh --- diff --git a/pam_lastlog2/src/Makemodule.am b/pam_lastlog2/src/Makemodule.am index f9a9b6b41..bc932c4f2 100644 --- a/pam_lastlog2/src/Makemodule.am +++ b/pam_lastlog2/src/Makemodule.am @@ -16,7 +16,7 @@ pam_lastlog2_la_LIBADD = liblastlog2.la pam_lastlog2_la_LDFLAGS = $(SOLIB_LDFLAGS) -module -avoid-version -shared if HAVE_VSCRIPT -pam_lastlog2_la_LDFLAGS += pam_lastlog2_la_LDFLAGS += $(VSCRIPT_LDFLAGS),$(top_srcdir)/pam_lastlog2/src/pam_lastlog2.sym +pam_lastlog2_la_LDFLAGS += $(VSCRIPT_LDFLAGS),$(top_srcdir)/pam_lastlog2/src/pam_lastlog2.sym endif EXTRA_DIST += pam_lastlog2/src/pam_lastlog2.sym