John D Groenveld <jdg...@elvis.arl.psu.edu> writes:

> I don't see a rule in the Makefile to apxs -i or otherwise copy
> those DSOs though they are correctly built and configure correctly
> sets INSTALL_APACHE_MODS = true in the Makefile

The rule for installing apache modules is in build-outputs.mk:

install-mods-shared: subversion/mod_dav_svn/mod_dav_svn.la 
subversion/mod_authz_svn/mod_authz_svn.la
        if $(INSTALL_APACHE_MODS) ; then cd subversion/mod_dav_svn ; $(MKDIR) 
"$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n dav_svn mod_dav_svn.la ; fi
        if $(INSTALL_APACHE_MODS) ; then cd subversion/mod_authz_svn ; $(MKDIR) 
"$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n authz_svn mod_authz_svn.la ; 
fi 

INSTALL_MOD_SHARED is defined in Makefile.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

Reply via email to