summaryrefslogtreecommitdiff
path: root/debian/README.Debian.diet
blob: 3651e8c71dd4e2942f29978524bf081c0fb52181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Building twoftpd with the diet libc
-----------------------------------

This package optionally can be built with the diet libc instead of the glibc
to provide small statically linked programs.  The resulting package has no
dependency on any other package.

To use the diet libc, make sure the latest versions of the dietlibc-dev and
bglibs-dev packages are installed, and set DEB_BUILD_OPTIONS=diet in the
environment when building the package, e.g.:

 # apt-get install dietlibc-dev bglibs-dev
 $ DEB_BUILD_OPTIONS=diet fakeroot apt-get source -b twoftpd

 -- Gerrit Pape <pape@smarden.org>, Sat, 22 Jan 2005 12:25:41 +0000