MDNSResponder
From CBLFS
Jump to navigationJump to searchDownload Source: | url |
---|
Dependencies
Required
Non-Multilib
Compile the package:
make os=linux
Install the package
make os=linux install
Multilib
32Bit
Compile the package:
sed -i 's/cc/${CC}/' Clients/Makefile make os=linux CC="gcc ${BUILD32}" LD="ld ${LD_BUILD32} -shared"
Install the package
make os=linux install
N32
Compile the package:
sed -i 's/cc/${CC}/' Clients/Makefile sed -i 's|$(INSTBASE)/lib/|$(INSTBASE)/lib32/|g' Makefile make os=linux CC="gcc ${BUILDN32}" LD="ld ${BUILD_N32} -shared"
Install the package
make os=linux install
64Bit
Compile the package:
sed -i 's/cc/${CC}/' Clients/Makefile sed -i 's|$(INSTBASE)/lib/|$(INSTBASE)/lib64/|g' Makefile make os=linux CC="gcc ${BUILD64}" LD="ld ${BUILD_64} -shared"
Install the package
make os=linux install