Skip to content

Commit

Permalink
fix libimobiledevice 鈥擧EAD build
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#30735.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
garriguv authored and MikeMcQuaid committed Jul 8, 2014
1 parent e1e5bc3 commit 400831c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Formula/libimobiledevice.rb
Expand Up @@ -14,13 +14,21 @@ class Libimobiledevice < Formula
sha1 "0bcc31e491474f923c145b702dc7870ddf003fff" => :lion
end

head do
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "libxml2"
end

depends_on "pkg-config" => :build
depends_on "libtasn1"
depends_on "libplist"
depends_on "usbmuxd"
depends_on "openssl"

def install
system "./autogen.sh" if build.head?
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}",
Expand Down

0 comments on commit 400831c

Please sign in to comment.