Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
libgda: ENV.libxml2 needed if no CLT
Browse files Browse the repository at this point in the history
Fixes #14108.
Closes #14408.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
samueljohn authored and ckdaas committed Sep 10, 2012
1 parent 2e62547 commit 5a8d5eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/libgda.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Libgda < Formula
# adamv: which options does it need?

def install
ENV.libxml2
system "./configure", "--enable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-binreloc",
Expand Down

0 comments on commit 5a8d5eb

Please sign in to comment.