Skip to content

Commit

Permalink
zookeeper: fix building perl bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Sep 24, 2014
1 parent 7358b21 commit 2a2fc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/zookeeper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def install

cd "src/contrib/zkperl" do
system "perl", "Makefile.PL", "PREFIX=#{prefix}",
"--zookeeper-include=#{include}/c-client-src",
"--zookeeper-include=#{include}",
"--zookeeper-lib=#{lib}"
system "make install"
end if build.include? "perl"
Expand Down

0 comments on commit 2a2fc38

Please sign in to comment.