Browse Source

ecn-edge: Forced CLIENTONLY on PostgreSQL and MySQL for ecn-edge

0.2-maint
Nagy Károly Gábriel 14 years ago
parent
commit
01ee7513dd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      config.in

+ 2
- 1
config.in

@ -30,8 +30,9 @@ for x in JAVA F77 OBJC; do
eval SDECFGSET_PKG_GCC_$x=0
done
# We force the FPM patch to not fiddle with sepaqrate FastCGI starter
eval SDECFGSET_PKG_PHP_FPM=1
eval SDECFGSET_PKG_MYSQL_CLIENTONLY=1
eval SDECFGSET_PKG_POSTGRESQL_CLIENTONLY=1
menu_begin MENU_MNEMOSYNE 'Advanced Options'

Loading…
Cancel
Save