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

Gerrit Pape <pape@smarden.org>
$Id: usedietlibc.html,v 1.3 2004/02/13 13:19:23 pape Exp $