derle.sh 329 B

12345678
  1. cd Firebird-${surum}-0
  2. ./configure --prefix=/usr --without-fbudf \
  3. --without-fbsbin --without-fbconf --without-fbdoc --without-fbsample \
  4. --without-fbsample-db --without-fbintl --without-fbmisc --without-fbhelp \
  5. --without-fbsecure-db --with-fbmsg=/usr/share/firebird --without-fblog \
  6. --without-fbglock --without-fbplugins
  7. make