aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJoe Gooch2014-12-09 08:33:21 -0500
committerMike McQuaid2014-12-10 15:21:07 +0000
commitcef6a64121330de278e6732ce3cd7113e1f98781 (patch)
tree9bfc794ce34cb7a17217b056ddb17e0210c9d149 /Library
parent185fe08afcb7209bbab8ebaebd57e8c3e89faa5c (diff)
downloadhomebrew-cef6a64121330de278e6732ce3cd7113e1f98781.tar.bz2
duo_unix: compile with pam modules, and place in /usr/local/lib/pam/
Closes #34823. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/duo_unix.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/duo_unix.rb b/Library/Formula/duo_unix.rb
index 7d9f4537b..04978380e 100644
--- a/Library/Formula/duo_unix.rb
+++ b/Library/Formula/duo_unix.rb
@@ -21,7 +21,8 @@ class DuoUnix < Formula
"--prefix=#{prefix}",
"--sysconfdir=#{etc}",
"--includedir=#{include}/duo",
- "--with-openssl=#{Formula["openssl"].opt_prefix}"
+ "--with-openssl=#{Formula["openssl"].opt_prefix}",
+ "--with-pam=#{lib}/pam/"
system "make", "install"
end