aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wiredtiger/makemake-remove-libtool-version.patch
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2016-10-05 07:56:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-19 16:12:13 +0000
commitb6474a9ab8db985a5a3c3667b46a6319c5a987c4 (patch)
tree3e36e99097cc9a2e50a9c7c0df919ea022ca7522 /testing/wiredtiger/makemake-remove-libtool-version.patch
parent0c4b8450c98e89a9590dfce0e709f594366d47e1 (diff)
downloadaports-b6474a9ab8db985a5a3c3667b46a6319c5a987c4.tar.bz2
aports-b6474a9ab8db985a5a3c3667b46a6319c5a987c4.tar.xz
Update to wiredtiger-2.8.1
Wiredtiger-2.8.1 is still not offically relased, however it contains necessary stuff for mongodb-3.2.x. Sticking to 2.8.0 leads to errors when dropping collections. The source is now pulled from a release tag in github, rather than wiredtiger private repository.
Diffstat (limited to 'testing/wiredtiger/makemake-remove-libtool-version.patch')
-rw-r--r--testing/wiredtiger/makemake-remove-libtool-version.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/wiredtiger/makemake-remove-libtool-version.patch b/testing/wiredtiger/makemake-remove-libtool-version.patch
index 8a58129c4d..f401e85b91 100644
--- a/testing/wiredtiger/makemake-remove-libtool-version.patch
+++ b/testing/wiredtiger/makemake-remove-libtool-version.patch
@@ -1,11 +1,11 @@
--- ./build_posix/makemake.orig
+++ ./build_posix/makemake
-@@ -24,7 +24,7 @@
- sed -n '/END SUBDIRS/,/BEGIN SOURCES/p' Make.base
+@@ -25,7 +25,7 @@
+ # Write the list of sources.
echo
-echo "libwiredtiger_la_LDFLAGS = -release @VERSION@"
+echo "libwiredtiger_la_LDFLAGS ="
- echo "libwiredtiger_la_SOURCES=\\"
- sed -e '/^[a-z]/!d' \
- -e 's/.*/ & \\/' \
+ echo "libwiredtiger_la_SOURCES ="
+ sed -e '/^[a-z]/!d' < ../dist/filelist | while read file cond; do
+ if test -n "$cond"; then