Select Git revision
Gemfile.checksum
-
Stan Hu authored
static_holmes is a fork of the charlock_holmes gem with a single change to make it possible to statically link icu4c libraries via the `--enable-static` config option: gitlab-org/ruby/gems/charlock_holmes!2 For macOS users, whenever Homebrew updates icu4c, charlock_holmes gem stops working because the old dynamically linked library is removed. With this change, those upgrade problems will go away. Note that `--enable-static` only works on macOS. Ubuntu Linux doesn't compile the static library with position-independent code (`-fPIC`), so link errors result if `--enable-static` is used. Relates to gitlab-development-kit#2062 Changelog: changed
Stan Hu authoredstatic_holmes is a fork of the charlock_holmes gem with a single change to make it possible to statically link icu4c libraries via the `--enable-static` config option: gitlab-org/ruby/gems/charlock_holmes!2 For macOS users, whenever Homebrew updates icu4c, charlock_holmes gem stops working because the old dynamically linked library is removed. With this change, those upgrade problems will go away. Note that `--enable-static` only works on macOS. Ubuntu Linux doesn't compile the static library with position-independent code (`-fPIC`), so link errors result if `--enable-static` is used. Relates to gitlab-development-kit#2062 Changelog: changed
Code owners
Assign users and groups as approvers for specific file changes. Learn more.