1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Disable -release for libtool -> disable building libwiredtiger-VERSION.so
.
Author: Marek Skalicky <mskalick@redhat.com>
Last-Update: 2015-04-12
---
--- wiredtiger-2.5.2+ds.orig/build_posix/makemake
+++ wiredtiger-2.5.2+ds/build_posix/makemake
@@ -35,7 +35,7 @@ sed -n '/END SUBDIRS/,/BEGIN SOURCES/p'
# 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
|