Skip to content

Commit

Permalink
php: remove icu4c 61.1 fix since upstream fixed it
Browse files Browse the repository at this point in the history
The ChangeLog for php 7.2.5 included the workaround placed in the
formula http://www.php.net/ChangeLog-7.php#7.2.5
  • Loading branch information
javian authored and ilovezfs committed Apr 27, 2018
1 parent 525497e commit 1c2b4e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Formula/php.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ def install
# Required due to icu4c dependency
ENV.cxx11

# icu4c 61.1 compatability
ENV.append "CPPFLAGS", "-DU_USING_ICU_NAMESPACE=1"

config_path = etc/"php/#{php_version}"
# Prevent system pear config from inhibiting pear install
(config_path/"pear.conf").delete if (config_path/"pear.conf").exist?
Expand Down

0 comments on commit 1c2b4e6

Please sign in to comment.