Skip to content
Snippets Groups Projects
Commit e33c01aa authored by Jack Nagel's avatar Jack Nagel
Browse files

libextractor: add runtime dependency on libtool

Fixes Homebrew/homebrew#23306.
parent 3b66a7d4
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ class FormulaAuditor
when *BUILD_TIME_DEPS
next if dep.build?
next if dep.name == 'autoconf' && f.name =~ /automake/
next if dep.name == 'libtool' && %w{imagemagick libgphoto2 libp11}.any? { |n| f.name == n }
next if dep.name == 'libtool' && %w{imagemagick libgphoto2 libp11 libextractor}.any? { |n| f.name == n }
next if dep.name =~ /autoconf|pkg-config/ && f.name == 'ruby-build'
problem %{#{dep} dependency should be "depends_on '#{dep}' => :build"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment