oath-toolkit: enable PAM
Closes Homebrew/homebrew#14434. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
f652db1660
commit
1aa7a347b7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class OathToolkit < Formula
|
|||
depends_on 'pkg-config' => :build
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--without-pam"
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue