#30744: apache2: unable to infer tagged configuration ---------------------------------+------------------------------------------ Reporter: oskari.kokko@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: | Port: apache2 ---------------------------------+------------------------------------------ Comment(by jerome.renard@…): In {{{ /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_apache2/apache2/work/httpd-2.2.21/configure }}} , replace the line: {{{ SH_LIBTOOL='$(SHELL) $(top_builddir)/shlibtool $(LTFLAGS)' }}} by this one: {{{ SH_LIBTOOL='$(SHELL) $(top_builddir)/shlibtool $(LTFLAGS) --tag CC' }}} And relaunch "port upgrade/install apache2" There is probably a much more elegant solution but this one worked for me and I did not have time to waste on such an issue so I chose the quick and (unfortunately) dirty one. (Note : exporting LTFLAGS did not work for me) -- Ticket URL: <https://trac.macports.org/ticket/30744#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS