Difference between revisions of "Dhcpcd"
From CBLFS
Jump to navigationJump to searchLine 33: | Line 33: | ||
Install the package | Install the package | ||
− | make install | + | make install && |
+ | chmod -v 754 /etc/dhcpc/dhcpcd.exe | ||
=== N32 === | === N32 === | ||
Line 44: | Line 45: | ||
Install the package | Install the package | ||
− | make install | + | make install && |
+ | chmod -v 754 /etc/dhcpc/dhcpcd.exe | ||
=== 64Bit === | === 64Bit === | ||
Line 55: | Line 57: | ||
Install the package | Install the package | ||
− | make install | + | make install && |
+ | chmod -v 754 /etc/dhcpc/dhcpcd.exe |
Revision as of 15:20, 13 November 2006
Download Source: | ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-2.0.8.tar.bz2 |
---|
Dependencies
Non-Multilib
Compile the package:
./configure --prefix="" --mandir=/usr/share/man && make
Install the package
make install && chmod -v 754 /etc/dhcpc/dhcpcd.exe
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix="" --mandir=/usr/share/man && make
Install the package
make install && chmod -v 754 /etc/dhcpc/dhcpcd.exe
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix="" --mandir=/usr/share/man && make
Install the package
make install && chmod -v 754 /etc/dhcpc/dhcpcd.exe
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix="" --mandir=/usr/share/man && make
Install the package
make install && chmod -v 754 /etc/dhcpc/dhcpcd.exe