derle.sh 303 B

12345678910111213
  1. ./configure $confopt \
  2. --disable-setuid \
  3. --enable-cache-owner=root \
  4. --docdir=/usr/share/doc/man-db-2.8.5 \
  5. --with-db=gdbm \
  6. --with-browser=/usr/bin/lynx \
  7. --with-vgrind=/usr/bin/vgrind \
  8. --with-grap=/usr/bin/grap \
  9. --with-systemdtmpfilesdir= \
  10. --with-systemdsystemunitdir=
  11. make