blob: 8a58129c4dc42360fb2448f021306af39ea5ab5c (
plain)
1
2
3
4
5
6
7
8
9
10
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/.*/ & \\/' \
|