diff options
Diffstat (limited to 'homebrew/ldapvi/.make.sh-auto')
-rw-r--r-- | homebrew/ldapvi/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/ldapvi/.make.sh-auto b/homebrew/ldapvi/.make.sh-auto new file mode 100644 index 000000000..bb5ef46b6 --- /dev/null +++ b/homebrew/ldapvi/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +inreplace "ldapvi.c", "if (lstat(sasl, &st) == -1) return;", "if (lstat(sasl, &st) == -1) return 0;" +pkg:configure --disable-dependency-tracking +make DESTDIR=${PKG_DEST} install |