propertiespatternconverter.cpp fails to compile when the optimization flag
is "-Os", which is the default. Appending "-O2" to CXXFLAGS, which is a
similar optimization level, resolves the issue.
FixesHomebrew/homebrew#12565.
ClosesHomebrew/homebrew#12566.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
log4cxx building universal fails to link because the software uses
old libtool scripts that craft one compile command missing both
of the arch flags.
* Add conditional deps on automake & libtool
* Add a system call to `autogen.sh` to update the scripts
* Note in comments the upstream bug report.
* Tested on Lion 10.7.4 with clang and llvm.
FixesHomebrew/homebrew#12127.
ClosesHomebrew/homebrew#12211.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Some of these were pointing at archive.apache.org. Now they aren’t, I investigated for good rationale for using the archive before altering it.
mod_python still uses archive.apache.org as that is the only place it exists that I could find.
jsvc *now* uses apache.archive.org as the formula was otherwise broken and the binary tarball it needs no longer exists on the main mirrors.