[Devel] EXCLUDED_MODULES not overriding exlude_modules
Juha Heinanen
jh at tutpro.com
Wed Dec 6 15:54:52 CET 2006
looks like setting of EXCLUDED_MODULES in debian/rules
ALL_MODULES = $(MYSQL_MODULES) $(POSTGRES_MODULES) $(UNIXODBC_MODULES) $(JABBER_MODULES) $(CPL_MODULES) $(RADIUS_MODULES)
# modules not in the "main" package or unstable modules
EXCLUDED_MODULES = $(ALL_MODULES) pa
does not override what is excluded by default in Makefile:
# if not set on the cmd. line or the env, exclude this modules:
exclude_modules?= jabber cpl-c mysql pa postgres osp unixodbc \
avp_radius auth_radius group_radius uri_radius xmpp \
presence pua pua_mi pua_usrloc mi_xmlrpc
since xmpp, presence, pua, pua_mi, pua_usrloc, and mi_xmlrpc are not
complied and included in the debian package although they are not
included in $(ALL_MODULES) above.
what is the clean way to get these modules compiled? it is not pretty,
if i need to sed in debian/rules exlude_modules list of Makefile.
-- juha
More information about the Devel
mailing list