diff options
| author | Jack Nagel | 2014-09-22 14:03:15 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-22 14:04:44 -0500 |
| commit | c16f1f16cf421e7983f47a5bcd7bc04073642a83 (patch) | |
| tree | a7cfdde13959b83640f1384e25fd6f42583db368 /Library | |
| parent | c0c6e5e22e1bb8f63169f9cec1a79340d91ba9de (diff) | |
| download | homebrew-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.rb | 2 |
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 |
