aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-09-22 14:03:15 -0500
committerJack Nagel2014-09-22 14:04:44 -0500
commitc16f1f16cf421e7983f47a5bcd7bc04073642a83 (patch)
treea7cfdde13959b83640f1384e25fd6f42583db368 /Library
parentc0c6e5e22e1bb8f63169f9cec1a79340d91ba9de (diff)
downloadhomebrew-c16f1f16cf421e7983f47a5bcd7bc04073642a83.tar.bz2
duo_unix: sandbox headers
duo_unix installs a pkgconfig file so moving the header directory should be safe. Closes #32510.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/duo_unix.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/duo_unix.rb b/Library/Formula/duo_unix.rb
index 0a0f4f5c2..0bed47676 100644
--- a/Library/Formula/duo_unix.rb
+++ b/Library/Formula/duo_unix.rb
@@ -4,6 +4,7 @@ class DuoUnix < Formula
homepage "https://www.duosecurity.com/docs/duounix"
url "https://dl.duosecurity.com/duo_unix-1.9.11.tar.gz"
sha1 "4cb4e585b69fbc6a0a3635bc241fa22653c2f9c4"
+ revision 1
depends_on "openssl"
@@ -12,6 +13,7 @@ class DuoUnix < Formula
"--disable-silent-rules",
"--prefix=#{prefix}",
"--sysconfdir=#{etc}",
+ "--includedir=#{include}/duo",
"--with-openssl=#{Formula["openssl"].opt_prefix}"
system "make", "install"
end