Re: [ANNOUNCE] nftables 1.0.8 release

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxx>  https://leahneukirchen.org/



[Index of Archives]     [Netfitler Users]     [Berkeley Packet Filter]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux