[[FrontPage]] #contents #br 取得 - dhcp4.2.5: http://www.isc.org/software/dhcp - make --help ./configure --prefix=/home/dhclient/output \ --build=i486-pc-linux-gnu \ --host=arm-none-linux-gnueabi \ ac_cv_file__dev_random=yes make make install ・tips - http://www.jonisdumb.com/2011/02/compiling-isc-dhcp-420-dd-wrt.html - http://permalink.gmane.org/gmane.network.dhcp.isc.dhcp-client/6201 - tips -- http://www.jonisdumb.com/2011/02/compiling-isc-dhcp-420-dd-wrt.html -- http://permalink.gmane.org/gmane.network.dhcp.isc.dhcp-client/6201 総合すると cd bind tar -zxf bind.tar.gz dhcp-4.2.5/bind/bind-9.8.4-P1/lib/export/dns/Makefile.in の編集 ./gen -s ${srcdir} > code.h gen: ${srcdir}/gen.c - ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS} + ${BUILD_CC} ${ALL_CFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS} tar czvf bind.tar.gz ./bind-9.8.4-P1 dhcp-4.2.5/bind/Makefile の編集 (cd ${bindsrcdir} && BUILD_CC=gcc ./configure --disable-kqueue --disable-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --enable-threads=no --with-export-includedir=${binddir}/include --with-export-libdir=${binddir}/lib --with-gssapi=no --build=i486-pc-linux-gnu --host=arm-none-linux-gnueabi --with-randomdev=/dev/random > ${binddir}/configure.log); \ #(cd ${bindsrcdir} && BUILD_CC=arm-none-linux-gnueabi-gcc ./configure --disable-kqueue --disable-epoll --disable-devpoll --without-openssl --without-libxml2 --enable-exportlib --enable-threads=no --with-export-includedir=${binddir}/include --with-export-libdir=${binddir}/lib --with-gssapi=no --build=i486-pc-linux-gnu --host=arm-none-linux-gnueabi > ${binddir}/configure.log); \