Change to the package directory of ipsvd:
# cd /package/net/ipsvd/Rebuild the djbdns client library with the diet libc:
# cd djbdns-pd-1.05 # make clean # make libdjbdns.a CC='diet -Os gcc' ... # cd ..Now change the conf-cc and conf-ld to use diet:
# echo 'diet -Os gcc -O2 -Wall' >src/conf-cc # echo 'diet -Os gcc -s -Os -pipe' >src/conf-ldAnd rebuild and install the ipsvd programs:
# package/install