aboutsummaryrefslogtreecommitdiffstats
path: root/community/wiredtiger/makemake-remove-libtool-version.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-21 14:15:22 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-21 14:44:37 +0000
commit24bfdd2da0799ef4557fdc3588a701fcc0f6c8ee (patch)
treec29e693563384d19b70ffa01a54cea2364eec416 /community/wiredtiger/makemake-remove-libtool-version.patch
parentce70b431e56abd102144a28b14bdd47d26457dc6 (diff)
downloadaports-24bfdd2da0799ef4557fdc3588a701fcc0f6c8ee.tar.bz2
aports-24bfdd2da0799ef4557fdc3588a701fcc0f6c8ee.tar.xz
community/wiredtiger: moved from testing
Diffstat (limited to 'community/wiredtiger/makemake-remove-libtool-version.patch')
-rw-r--r--community/wiredtiger/makemake-remove-libtool-version.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/wiredtiger/makemake-remove-libtool-version.patch b/community/wiredtiger/makemake-remove-libtool-version.patch
new file mode 100644
index 0000000000..f401e85b91
--- /dev/null
+++ b/community/wiredtiger/makemake-remove-libtool-version.patch
@@ -0,0 +1,11 @@
+--- ./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