Browse Source

ecn-edge: Refactored to extend ecn-node instead of mnemosyne.

master
Nagy Károly Gábriel 13 years ago
parent
commit
e2badf852c
4 changed files with 44 additions and 19 deletions
  1. +2
    -15
      config.in
  2. +1
    -1
      extends
  3. +0
    -2
      inconfig.in
  4. +41
    -1
      pkgsel

+ 2
- 15
config.in

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/ecn-edge/config.in
# Copyright (C) 2009 - 2010 The OpenSDE Project
# Copyright (C) 2009 - 2012 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -15,18 +15,7 @@
#Description: ECN-Edge
for x in BOOT='vserver' SECURITY=none \
LVM=1 SOFTRAID=1 \
MONITORING='minimal' \
DEVELOPMENT=0 PAM=0 \
MTA='ssmtp' WEB='nginx' \
MYSQL=1 POSTGRES=1 PHP=1 PYTHON=1; do
eval SDECFGSET_TRG_MNEMOSYNE_$x
const SDECFG_TRG_MNEMOSYNE_${x/=/ }
done
for x in JAVA F77 OBJC; do
for x in JAVA F77 OBJC GO; do
eval SDECFGSET_PKG_GCC_$x=0
done
@ -34,5 +23,3 @@ eval SDECFGSET_PKG_PHP_FPM=1
eval SDECFGSET_PKG_MYSQL_CLIENTONLY=1
eval SDECFGSET_PKG_POSTGRESQL_CLIENTONLY=1
menu_begin MENU_MNEMOSYNE 'Advanced Options'

+ 1
- 1
extends

@ -1 +1 @@
mnemosyne
ecn-node

+ 0
- 2
inconfig.in

@ -1,2 +0,0 @@
menu_end
comment ' '

+ 41
- 1
pkgsel

@ -1,4 +1,44 @@
X libevent
#X postgresql
X pg82
X pgbouncer
X libaio
X recode
# PHP and dependencies
X php
X libmcrypt
X libxml
X libgd
X libjpeg
X libpng
X libtiff
X netpbm
X libevent
X eaccelerator
#MySQL and dependencies
X mysql
X cmake
#NGINX and dependencies
X nginx
X pcre
# Python and niceties
X python
X bdb
X gdbm
# Some morons might need apache
X apr
X apr-util
X apache
X mod_security
# We don't build mod_php hence mod_fastcgi is needed (check this after
# upgrade to php 5.4.0
X mod_fastcgi
# Also ftp
X cvm
X twoftpd
X ipsvd

Loading…
Cancel
Save