diff options
Diffstat (limited to 'homebrew/libopendkim/.make.sh-auto')
-rw-r--r-- | homebrew/libopendkim/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/libopendkim/.make.sh-auto b/homebrew/libopendkim/.make.sh-auto new file mode 100644 index 000000000..d6db0f84e --- /dev/null +++ b/homebrew/libopendkim/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +pkg:configure --disable-dependency-tracking --disable-silent-rules --disable-filter --with-unbound=#{Formula[unbound"].opt_prefix}" --with-openssl=#{Formula[openssl"].opt_prefix}" +make DESTDIR=${PKG_DEST} install |