I just tried rpmbuild -ba blah.spec
and got
configure: error: unrecognized options: --disable-dependency-tracking
I see
/var/lib/rpm/redhat/macros:
%configure \
...
--disable-dependency-tracking \\\
So maybe I need to add
autoreconf --force
before
%configure
to regenerate configure for new option.
Nope. Still same error.
Any ideas?
--
devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/devel
