1. CFLAGS='-Os -fomit-frame-pointer -fdata-sections -ffunction-sections' \
  2. LDFLAGS='-Wl,--gc-sections' \
  3. ./configure \
  4. --sysconfdir=/etc \
  5. --localstatedir=/var \
  6. --enable-debug=no \
  7. --with-pic \
  8. --with-x \
  9. --with-included-modules=yes \
  10. --with-dynamic-modules=no