diff options
author | Rob Vermaas <rob.vermaas@gmail.com> | 2006-06-07T15·27+0000 |
---|---|---|
committer | Rob Vermaas <rob.vermaas@gmail.com> | 2006-06-07T15·27+0000 |
commit | 370af25efff8be8582bb810c9e4d980989668ffb (patch) | |
tree | 0129922ac65d69dad9d19618cacd20a856c699d6 /externals/Makefile.am | |
parent | 23960e92df736d3c87db861fcaf2dd7981cfc4ad (diff) |
* Fix for a locking bug in Berkeley DB on Cygwin.
Diffstat (limited to 'externals/Makefile.am')
-rw-r--r-- | externals/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/Makefile.am b/externals/Makefile.am index 32357d20669c..467fd9e8f287 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -11,6 +11,7 @@ $(DB).tar.gz: $(DB): $(DB).tar.gz gunzip < $(srcdir)/$(DB).tar.gz | tar xvf - + cd $(DB) && patch -p1 < $(srcdir)/bdb-cygwin.patch have-db: $(MAKE) $(DB) @@ -100,7 +101,7 @@ endif all: build-db build-aterm build-bzip2 -EXTRA_DIST = $(DB).tar.gz $(ATERM).tar.gz $(BZIP2).tar.gz +EXTRA_DIST = $(DB).tar.gz $(ATERM).tar.gz $(BZIP2).tar.gz bdb-cygwin.patch ext-clean: $(RM) -f have-db build-db have-aterm build-aterm |