diff options
| author | Sean Cribbs | 2010-06-30 09:04:17 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-30 07:27:22 -0700 |
| commit | 02aa0dfddcfb874853c14d1877b2de604f5af316 (patch) | |
| tree | 86a57a14c167b498f910d71d2802e86e5b1728b1 /Library | |
| parent | e30565f7fd8b99a360fdc9846e16129eb330fcc0 (diff) | |
| download | homebrew-02aa0dfddcfb874853c14d1877b2de604f5af316.tar.bz2 | |
Update berkeley-db formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/berkeley-db.rb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/berkeley-db.rb b/Library/Formula/berkeley-db.rb index 4cd7884fa..54db832a3 100644 --- a/Library/Formula/berkeley-db.rb +++ b/Library/Formula/berkeley-db.rb @@ -1,9 +1,9 @@ require 'formula' class BerkeleyDb <Formula - @url='http://download.oracle.com/berkeley-db/db-4.8.24.tar.gz' + @url='http://download.oracle.com/berkeley-db/db-5.0.21.tar.gz' @homepage='http://www.oracle.com/technology/products/berkeley-db/index.html' - @md5='147afdecf438ff99ade105a5272db158' + @md5='9a749fd2e98fe15840493ddc34cc66d8' aka 'db' @@ -11,15 +11,15 @@ class BerkeleyDb <Formula # BerkeleyDB dislikes parallel builds ENV.deparallelize ENV.O3 # takes an hour or more with link time optimisation - + # BerkeleyDB requires you to build everything from the build_unix subdirectory Dir.chdir 'build_unix' do system "../dist/configure", "--disable-debug", - "--prefix=#{prefix}", - "--mandir=#{man}", - "--enable-cxx", - "--enable-java" - + "--prefix=#{prefix}", + "--mandir=#{man}", + "--enable-cxx", + "--enable-java" + system "make install" # use the standard docs location |
