Browse Source

ecn-edge: updated to reflect new ecn-node structure.

master
Nagy Károly Gábriel 13 years ago
parent
commit
e82b6b8f70
3 changed files with 24 additions and 46 deletions
  1. +7
    -2
      config.in
  2. +17
    -0
      inconfig.in
  3. +0
    -44
      pkgsel

+ 7
- 2
config.in

@ -15,8 +15,13 @@
#Description: ECN-Edge #Description: ECN-Edge
for x in JAVA F77 OBJC GO; do
eval SDECFGSET_PKG_GCC_$x=0
menu_begin MENU_ECN_NODE 'Ecn Node Options'
for x in PHP=1 PYTHON=1 \
POSTGRESQL=1 \
; do
export SDECFGSET_TRG_ECN_$x
done done
eval SDECFGSET_PKG_PHP_FPM=1 eval SDECFGSET_PKG_PHP_FPM=1

+ 17
- 0
inconfig.in

@ -0,0 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/ecn-edge/inconfig.in
# Copyright (C) 2012 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
menu_end
comment ' '

+ 0
- 44
pkgsel

@ -1,44 +0,0 @@
#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