Iptables

From CBLFS
Revision as of 21:54, 4 September 2006 by Oppiz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://www.ijg.org/files/jpegsrc.v6b.tar.gz

Dependencies

Non-Multilib

Compile the package:

make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin

Install the package

make PREFIX=/usr LIBDIR=/lib BINDIR=/sbin install

Multilib

32Bit

We Build the Kernel in MultiLib with 64bit. Iptables link to the kernel, and therefor cannot be compiled in 32bit. As Far as i know...

N32

TO DO

64Bit

Compile the package:

make CC="gcc ${BUILD64}"  PREFIX=/usr LIBDIR=/lib64 BINDIR=/sbin

Install the package

make PREFIX=/usr LIBDIR=/lib64 BINDIR=/sbin install