(Created page with " == Internet Systems Consortium (ISC) dhcp == <PRE> wget ftp://ftp.isc.org/isc/dhcp/4.3.0b1/dhcp-4.3.0b1.tar.gz tar -xzf dhcp-4.3.0b1.tar.gz cd dhcp-4.3.0b1 ./configure --hos...") |
(→Internet Systems Consortium (ISC) dhcp) |
||
Line 4: | Line 4: | ||
<PRE> | <PRE> | ||
wget ftp://ftp.isc.org/isc/dhcp/4.3.0b1/dhcp-4.3.0b1.tar.gz | wget ftp://ftp.isc.org/isc/dhcp/4.3.0b1/dhcp-4.3.0b1.tar.gz | ||
+ | wget http://wiki.beyondlogic.org/patches/dhcp-4.3.0b1.bind_arm-linux-gnueabi.patch | ||
+ | wget http://wiki.beyondlogic.org/patches/bind-9.9.5rc1.gen_crosscompile.patch | ||
tar -xzf dhcp-4.3.0b1.tar.gz | tar -xzf dhcp-4.3.0b1.tar.gz | ||
cd dhcp-4.3.0b1 | cd dhcp-4.3.0b1 | ||
− | ./ | + | patch -p1 < ../dhcp-4.3.0b1.bind_arm-linux-gnueabi.patch |
+ | tar -xzf bind.tar.gz | ||
+ | cd bind-9.9.5rc1 | ||
+ | patch -p1 < patch -p1 < ../../../bind-9.9.5rc1.gen_crosscompile.patch | ||
+ | cd ../.. | ||
+ | ./configure --host=arm-linux-gnueabi --prefix= --build=i686-pc-linux-gnu ac_cv_file__dev_random=yes | ||
make | make | ||
make install | make install | ||
</PRE> | </PRE> |
wget ftp://ftp.isc.org/isc/dhcp/4.3.0b1/dhcp-4.3.0b1.tar.gz wget http://wiki.beyondlogic.org/patches/dhcp-4.3.0b1.bind_arm-linux-gnueabi.patch wget http://wiki.beyondlogic.org/patches/bind-9.9.5rc1.gen_crosscompile.patch tar -xzf dhcp-4.3.0b1.tar.gz cd dhcp-4.3.0b1 patch -p1 < ../dhcp-4.3.0b1.bind_arm-linux-gnueabi.patch tar -xzf bind.tar.gz cd bind-9.9.5rc1 patch -p1 < patch -p1 < ../../../bind-9.9.5rc1.gen_crosscompile.patch cd ../.. ./configure --host=arm-linux-gnueabi --prefix= --build=i686-pc-linux-gnu ac_cv_file__dev_random=yes make make install