aports/testing/wiredtiger/makemake-remove-libtool-version.patch
Marc Vertes b6474a9ab8 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.
2016-10-19 16:12:13 +00:00

12 lines
333 B
Diff

--- ./build_posix/makemake.orig
+++ ./build_posix/makemake
@@ -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' < ../dist/filelist | while read file cond; do
if test -n "$cond"; then