Преглед изворни кода

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