|
@@ -36,13 +36,13 @@
|
|
export DEB_BUILD_OPTIONS:="$(DEB_BUILD_OPTIONS) nostrip"
|
|
export DEB_BUILD_OPTIONS:="$(DEB_BUILD_OPTIONS) nostrip"
|
|
|
|
|
|
# modules not in the "main" ser package
|
|
# modules not in the "main" ser package
|
|
-EXCLUDED_MODULES= jabber xmlrpc postgres cpl cpl-c
|
|
|
|
|
|
+EXCLUDED_MODULES=jabber xmlrpc cpl-c
|
|
|
|
|
|
# extra modules to skip, because they are not compilable now
|
|
# extra modules to skip, because they are not compilable now
|
|
# - regardless if they go to the main ser package or to some module package,
|
|
# - regardless if they go to the main ser package or to some module package,
|
|
# they will be excluded from compile and install of all
|
|
# they will be excluded from compile and install of all
|
|
-#EXTRA_EXCLUDED_MODULES= cpl-c avpops flatstore pdt lcr msilo bdb dbtext iptrtpproxy ldap oracle osp pa rls
|
|
|
|
-EXTRA_EXCLUDED_MODULES=
|
|
|
|
|
|
+EXTRA_EXCLUDED_MODULES=seas bdb dbtext oracle pa rls iptrtpproxy
|
|
|
|
+#EXTRA_EXCLUDED_MODULES=
|
|
|
|
|
|
# possible module directories that can appear in MODULES_SP
|
|
# possible module directories that can appear in MODULES_SP
|
|
# (only used for deducing a module name)
|
|
# (only used for deducing a module name)
|
|
@@ -50,7 +50,7 @@ MDIRS=modules modules_s modules_k
|
|
|
|
|
|
# modules packaged in separate packages (complete with full modules_* path)
|
|
# modules packaged in separate packages (complete with full modules_* path)
|
|
# with the package name: ser-$(module_name)-module
|
|
# with the package name: ser-$(module_name)-module
|
|
-MODULES_SP=modules/db_mysql modules/db_postgress modules/tls modules_s/xmlrpc
|
|
|
|
|
|
+MODULES_SP=modules/db_mysql modules/db_postgres modules/tls modules_s/xmlrpc
|
|
|
|
|
|
# module groups that are packaged in seperate packages
|
|
# module groups that are packaged in seperate packages
|
|
# (with the name ser-$(group_name)-modules)
|
|
# (with the name ser-$(group_name)-modules)
|