diff options
Diffstat (limited to 'homebrew/ssss/.make.sh-auto')
-rw-r--r-- | homebrew/ssss/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/ssss/.make.sh-auto b/homebrew/ssss/.make.sh-auto new file mode 100644 index 000000000..bcc609c4a --- /dev/null +++ b/homebrew/ssss/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +inreplace "Makefile" do |s| +s.gsub! /\-W /, "-W -DNOMLOCK $(CFLAGS) $(LDFLAGS)" |