-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support static linking of re2 library
Currently when the re2 system library is updated by Homebrew, the dynamically linked library is removed and moved to a new location. This breaks the re2 gem and requires users to run `gem pristine re2` to get back into a working state. To avoid this hassle, this commit adds a `--enable-static` flag that will statically link the library in the gem's C extension library. Homebrew doesn't currently install a static library for re2. This will be fixed via Homebrew/homebrew-core#119928.
- Loading branch information
Showing
1 changed file
with
48 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters