G. Pape
qconfirm

qconfirm - use dietlibc


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

Change to the package directory of qconfirm:

  # cd /package/mail/qconfirm/
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 qconfirm programs:
  # package/install

Gerrit Pape <pape@smarden.org>
$Id: usedietlibc.html,v 1.1 2003/03/29 22:40:36 pape Exp $