Add the dwarfutils formula, a library (libdwarf) and a utility
(dwarfdump) to produce and dump DWARF debugging information in ELF
object files.
This package is named "dwarfutils" since, although the upstream website
and tarball are plastered with "libdwarf", that's only one part of what
this package provides. The Debian source package is named the same:
https://packages.debian.org/source/sid/dwarfutilsClosesHomebrew/homebrew#42869.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
test was modified to make it smaller (the test bitrise.yml file was a bit too verbose), and to use the new --minimal flag for setup, to skip calling `brew doctor`
ClosesHomebrew/homebrew#42947.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
* Update rust to 1.2.0
* Update cargo to 1.4.0
* Simplify formula head/stable differences
* Add cargo Makefile fix for DYLD_LIBRARY_PATH on 10.11
ClosesHomebrew/homebrew#42872.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Giflib automatically sniffs for X11 on the system during compile, and can throw
linking errors if it detects its availability but can't link to it.
ClosesHomebrew/homebrew#42050.
ClosesHomebrew/homebrew#42921.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
configure has a hardcoded set of include and library paths, and fails
if it can't find openssl in any of them. This causes it to pick up the
wrong openssl on older OS Xs, and to fail to pick up any on 10.11.
It actually links against the correct openssl on older OS Xs, so the
revision isn't being bumped and bottles aren't being rebuilt.
ClosesHomebrew/homebrew#42912.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
0.88.0 is the long-term version of 0.87.0, which was packaged before.
0.88.0 includes the patch which was cherry-picked before, so that isn't
needed, but a new patch is. This patch has been backported to the
0.88.x branch, so the cherry-picking can go away when 0.88.1 is released.
Both Protobuf and Lua support are strongly recommended, and protobuf
is mandatory in the next version. One of the more common questions
people have with brew installed osm2pgsql is why they can't import
protobuf OSM files.
Lua is used less, but is not a heavy dependency, and without it many
new styles cannot run.
ClosesHomebrew/homebrew#42663.
Signed-off-by: Alex Dunn <dunn.alex@gmail.com>