diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-27 09:56:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-27 09:56:40 +0000 |
commit | d8c64a855f66683d6a5db7815b1854a9f1113813 (patch) | |
tree | e5913f81af951ba2abe7ae9b43a1985ca33a2151 /testing/wiredtiger/makemake-remove-libtool-version.patch | |
parent | 6a5bee5ff0ce482289000c1b5c51983d4e9445b0 (diff) | |
download | aports-d8c64a855f66683d6a5db7815b1854a9f1113813.tar.bz2 aports-d8c64a855f66683d6a5db7815b1854a9f1113813.tar.xz |
testing/wiredtiger: add zlib and snappy support and cleanup
Diffstat (limited to 'testing/wiredtiger/makemake-remove-libtool-version.patch')
-rw-r--r-- | testing/wiredtiger/makemake-remove-libtool-version.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/wiredtiger/makemake-remove-libtool-version.patch b/testing/wiredtiger/makemake-remove-libtool-version.patch new file mode 100644 index 0000000000..8a58129c4d --- /dev/null +++ b/testing/wiredtiger/makemake-remove-libtool-version.patch @@ -0,0 +1,11 @@ +--- ./build_posix/makemake.orig ++++ ./build_posix/makemake +@@ -24,7 +24,7 @@ + sed -n '/END SUBDIRS/,/BEGIN SOURCES/p' Make.base + + echo +-echo "libwiredtiger_la_LDFLAGS = -release @VERSION@" ++echo "libwiredtiger_la_LDFLAGS =" + echo "libwiredtiger_la_SOURCES=\\" + sed -e '/^[a-z]/!d' \ + -e 's/.*/ & \\/' \ |