File: disable_-release_libtool.patch

package info (click to toggle)
wiredtiger 3.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 25,476 kB
  • sloc: ansic: 102,922; python: 52,573; sh: 6,915; java: 6,130; javascript: 5,051; cpp: 2,311; makefile: 1,021; xml: 176
file content (18 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (3)
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