All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libxt_ACCOUNT_cl: correct LDFLAGS variable name.
@ 2021-08-14 14:33 Jeremy Sowden
  2021-08-15 11:29 ` Jan Engelhardt
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremy Sowden @ 2021-08-14 14:33 UTC (permalink / raw
  To: Jan Engelhardt; +Cc: Netfilter Devel

The LT library name is libxt_ACCOUNT_cl.la, so the variable should be
`libxt_ACCOUNT_cl_la_LDFLAGS`.

Fixes: 81ab0b9586e6 ("libxt_ACCOUNT_cl: drop padding holes from struct ipt_ACCOUNT_context")
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
---
 extensions/ACCOUNT/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/ACCOUNT/Makefile.am b/extensions/ACCOUNT/Makefile.am
index e55a6b9bcbef..65a956697b20 100644
--- a/extensions/ACCOUNT/Makefile.am
+++ b/extensions/ACCOUNT/Makefile.am
@@ -9,6 +9,6 @@ sbin_PROGRAMS = iptaccount
 iptaccount_LDADD = libxt_ACCOUNT_cl.la
 
 lib_LTLIBRARIES = libxt_ACCOUNT_cl.la
-libxt_ACCOUNT_cl_LDFLAGS = -version-info 1:0:0
+libxt_ACCOUNT_cl_la_LDFLAGS = -version-info 1:0:0
 
 man_MANS = iptaccount.8
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libxt_ACCOUNT_cl: correct LDFLAGS variable name.
  2021-08-14 14:33 [PATCH] libxt_ACCOUNT_cl: correct LDFLAGS variable name Jeremy Sowden
@ 2021-08-15 11:29 ` Jan Engelhardt
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Engelhardt @ 2021-08-15 11:29 UTC (permalink / raw
  To: Jeremy Sowden; +Cc: Netfilter Devel

On Saturday 2021-08-14 16:33, Jeremy Sowden wrote:

>The LT library name is libxt_ACCOUNT_cl.la, so the variable should be
>`libxt_ACCOUNT_cl_la_LDFLAGS`.

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-15 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-14 14:33 [PATCH] libxt_ACCOUNT_cl: correct LDFLAGS variable name Jeremy Sowden
2021-08-15 11:29 ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.