From c16f1f16cf421e7983f47a5bcd7bc04073642a83 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 22 Sep 2014 14:03:15 -0500 Subject: duo_unix: sandbox headers duo_unix installs a pkgconfig file so moving the header directory should be safe. Closes #32510. --- Library/Formula/duo_unix.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3