#42843: dmalloc @5.5.2 +universal: dylibs are not actually universal ----------------------+-------------------- Reporter: egall@… | Owner: toby@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: dmalloc | ----------------------+-------------------- Comment (by egall@…): Replying to [comment:1 ryandesign@…]:
I see that `-arch` flags are used by the build, except when building the dylibs. This is the typical behavior of a configure script that was generated with a version of autoconf too old to know about universal binaries. The normal solution would be to add "`use_autoreconf yes`" to the Portfile. There are two issues preventing this:
1. The port has a patch for the configure script. It looks like this could be easily changed to patch configure.ac instead.
Yup.
2. `autoreconf` fails.
Looking into this now, and the configure.ac file seems to have a lot of custom logic in it that messes with the defaults... sigh... anyways, working on it... -- Ticket URL: <https://trac.macports.org/ticket/42843#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X