diff --git a/config.in b/config.in index 8873ea5..16c8897 100644 --- a/config.in +++ b/config.in @@ -15,8 +15,13 @@ #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 eval SDECFGSET_PKG_PHP_FPM=1 diff --git a/inconfig.in b/inconfig.in new file mode 100644 index 0000000..ac8362a --- /dev/null +++ b/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 ' ' + diff --git a/pkgsel b/pkgsel deleted file mode 100644 index e350c31..0000000 --- a/pkgsel +++ /dev/null @@ -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