G. Pape
ipsvd

ipsvd - use dietlibc


To recompile the ipsvd programs with the diet libc, check that you have the recent version of dietlibc installed.

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-ld
And rebuild and install the ipsvd programs:
  # package/install

Gerrit Pape <pape@smarden.org>
$Id: usedietlibc.html,v 1.2 2003/04/29 12:44:40 pape Exp $