From: Leah Neukirchen <leah@vuxu.org>
To: arturo@netfilter.org
Cc: netfilter-devel@vger.kernel.org, pablo@netfilter.org
Subject: Re: [ANNOUNCE] nftables 1.0.8 release
Date: Thu, 20 Jul 2023 17:33:23 +0200 [thread overview]
Message-ID: <87351i8unw.fsf@vuxu.org> (raw)
In-Reply-To: <cc7b9429-540e-967d-1c50-7475b28a0973@netfilter.org>
For Void Linux, I have applied this fix, which results in installing
the same way was for 1.0.7 (else it creates a .egg directory which isn't
loaded properly on a plain Python):
--- a/py/Makefile.am
+++ b/py/Makefile.am
@@ -7,7 +7,7 @@
install-exec-local:
cd $(srcdir) && \
$(PYTHON_BIN) setup.py build --build-base $(abs_builddir) \
- install --prefix $(DESTDIR)$(prefix)
+ install --prefix $(prefix) --root $(DESTDIR)
uninstall-local:
rm -rf $(DESTDIR)$(prefix)/lib*/python*/site-packages/nftables
--
Leah Neukirchen <leah@vuxu.org> https://leahneukirchen.org/
next prev parent reply other threads:[~2023-07-20 15:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-14 11:05 [ANNOUNCE] nftables 1.0.8 release Pablo Neira Ayuso
2023-07-17 10:25 ` Arturo Borrero Gonzalez
2023-07-17 10:28 ` Pablo Neira Ayuso
2023-07-20 15:33 ` Leah Neukirchen [this message]
2023-07-21 13:44 ` Pablo Neira Ayuso
2023-07-21 14:03 ` Leah Neukirchen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87351i8unw.fsf@vuxu.org \
--to=leah@vuxu.org \
--cc=arturo@netfilter.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.