Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#29096 closed enhancement (fixed)

qdbm: remove --disable-dependency-tracking

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: rsky0711@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc: pelopor@…
Port: qdbm

Description

When building universal, MacPorts adds the configure argument --disable-dependency-tracking, but qdbm's configure script doesn't support that argument, so it prints this message:

configure: WARNING: unrecognized options: --disable-dependency-tracking

I suggest the attached patch to avoid this.

Attachments (1)

qdbm-dependency-tracking.diff (382 bytes) - added by ryandesign (Ryan Carsten Schmidt) 13 years ago.
proposed patch

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

proposed patch

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Committed in r78138 (no response from maintainer)

comment:2 Changed 13 years ago by jmroot (Joshua Root)

Has a warning about an unrecognised configure option ever actually broken anything? There have, OTOH, definitely been cases where a build system started doing dependency tracking in a new version and universal builds broke because --disable-dependency-tracking was being deleted from the configure.args.

Note: See TracTickets for help on using tickets.