#4620: Add nftables-0.8
-------------------------+------------------------
 Reporter:  thomas       |       Owner:  blfs-book
     Type:  enhancement  |      Status:  new
 Priority:  low          |   Milestone:  x-future
Component:  BOOK         |     Version:  SVN
 Severity:  minor        |  Resolution:
 Keywords:               |
-------------------------+------------------------

Comment (by dj@…):

 Libmnl-1.0.4:
 {{{
 ./configure --prefix=/usr &&
 make &&
 make install &&
 mv -v /usr/lib/libmnl.so* /lib &&
 sed '/^libdir=/s@\${exec_prefix}@@' -i /usr/lib/pkgconfig/libmnl.pc
 rm -f /usr/lib/libmnl.la
 }}}

 Libnftnl:
 {{{
 ./configure --prefix=/usr &&
 make &&
 make install &&
 mv -v /usr/lib/libnftnl.so* /lib &&
 sed '/^libdir=/s@\${exec_prefix}@@' -i /usr/lib/pkgconfig/libnftnl.pc
 rm -f /usr/lib/libnftnl.la
 }}}

 Nftables:

 Optional deps:

 janson/--with-json

 iptables/--with-xtables (reciprocal)

 docbook2man/--enable-man-doc
 {{{
 ./configure --prefix=/usr --sbindir=/sbin --sysconfdir=/etc --disable-man-
 doc &&
 make &&
 make install &&
 mv -v /usr/lib/libnftables.so* /lib &&
 sed '/^libdir=/s@\${exec_prefix}@@' -i /usr/lib/pkgconfig/libnftables.pc
 &&
 rm -f /usr/lib/libnftables.la
 }}}

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4620#comment:19>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to