diff options
Diffstat (limited to 'homebrew/apr/.make.sh-auto')
-rw-r--r-- | homebrew/apr/.make.sh-auto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/apr/.make.sh-auto b/homebrew/apr/.make.sh-auto new file mode 100644 index 000000000..3e444e8f3 --- /dev/null +++ b/homebrew/apr/.make.sh-auto @@ -0,0 +1,8 @@ +pkg:setup +ENV["SED"] = "sed" +ENV.deparallelize +pkg:configure +make DESTDIR=${PKG_DEST} install +bin.install_symlink Dir["#{libexec}/bin/*"] +rm Dir[libexec/"lib/*.la"] +inreplace libexec/"bin/apr-1-config", libexec, opt_libexec |