فهرست منبع

Debian packaging changes:
- removing make proper in libs, which is done by main make proper anyway
- adding more modules to list of excluded modules (temporary hack until group inclusion of modules to compile works)

Pavel Kasparek 17 سال پیش
والد
کامیت
dd65d16993
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      pkg/debian/rules

+ 2 - 2
pkg/debian/rules

@@ -39,7 +39,7 @@ EXCLUDED_MODULES=	jabber xmlrpc postgres cpl cpl-c
 # extra modules to skip, because they are not compilable now
 # - regardless if they go to the main ser package or to some module package,
 # they will be excluded from compile and install of all
-EXTRA_EXCLUDED_MODULES=	cpl-c avpops flatstore pdt lcr msilo
+EXTRA_EXCLUDED_MODULES=	cpl-c avpops flatstore pdt lcr msilo bdb dbtext iptrtpproxy ldap oracle osp pa rls
 
 ### modules depending on mysql
 ##MYSQL_MODULES=mysql
@@ -106,7 +106,7 @@ clean:
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) -C lib -f Makefile.ser proper
+	#-$(MAKE) -C lib -f Makefile.ser proper
 	-$(MAKE) \
 		include_modules=" $(JABBER_MODULES) $(CPL_MODULES) \
 		$(POSTGRES_MODULES) $(XMLRPC_MODULES)" proper