diff options
Diffstat (limited to 'homebrew/lynx/.make.sh-auto')
-rw-r--r-- | homebrew/lynx/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/lynx/.make.sh-auto b/homebrew/lynx/.make.sh-auto new file mode 100644 index 000000000..59a3d972c --- /dev/null +++ b/homebrew/lynx/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +pkg:configure --disable-dependency-tracking --disable-echo --enable-default-colors --with-zlib --with-bzlib --with-ssl=#{Formula[openssl"].opt_prefix}" --enable-ipv6 +make DESTDIR=${PKG_DEST} install |