diff options
Diffstat (limited to 'homebrew/mongrel2/.make.sh-auto')
-rw-r--r-- | homebrew/mongrel2/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/mongrel2/.make.sh-auto b/homebrew/mongrel2/.make.sh-auto new file mode 100644 index 000000000..9950775d2 --- /dev/null +++ b/homebrew/mongrel2/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV.deparallelize +ENV["OPTFLAGS"] = "#{ENV.cflags} #{ENV.cppflags}" +ENV["OPTLIBS"] = "#{ENV.ldflags} -undefined dynamic_lookup" +make all +make DESTDIR=${PKG_DEST} install PREFIX=${PKG_TAPF} |