diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-12-05 03:03:15 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-12-05 03:03:15 +0000 |
commit | bd4698ebe279cb66842f7afe56268083cbba3d9a (patch) | |
tree | 26b82462bb2c3a6f5762a78c63e96870f28829ae /databases/db47/files/patch-dist::configure | |
parent | Unbreak on AMD64 by linking libglob statically vs. dynamically until the (diff) |
- repocopied from databases/db42 (via portmgr)
- Description as follows
Version 4.3 of the Berkeley Data Base library which offers (key/value) storage
with optional concurrent access or transactions interface.
Utilities are included in the distribution to convert v1.85 databases to v4.3
databases, and a backwards compatible API is provided to maintain
compatibility with programs using the v1.85 interface.
For details on compatibility with other DB versions, see:
http://www.sleepycat.com/download/patchlogs.shtml
PR: ports/73790
Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
Notes
Notes:
svn path=/head/; revision=123162
Diffstat (limited to 'databases/db47/files/patch-dist::configure')
-rw-r--r-- | databases/db47/files/patch-dist::configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db47/files/patch-dist::configure b/databases/db47/files/patch-dist::configure index f5fd795067be..c048a06fe8f3 100644 --- a/databases/db47/files/patch-dist::configure +++ b/databases/db47/files/patch-dist::configure @@ -5,11 +5,11 @@ MAKEFILE_CC="\$(LIBTOOL) --mode=compile ${MAKEFILE_CC}" -MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -avoid-version" -+MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -version-info ${DB_VERSION_MINOR}" ++MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -version-info 0:0:0" MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK}" MAKEFILE_CXX="\$(LIBTOOL) --mode=compile ${MAKEFILE_CXX}" -MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -avoid-version" -+MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -version-info ${DB_VERSION_MINOR}" ++MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -version-info 0:0:0" MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK}" # Configure for shared libraries, static libraries, or both. If both are |