File: 1001_disable_libtool_-version-info.patch

package info (click to toggle)
liblrdf 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 456 kB
  • sloc: ansic: 2,001; makefile: 72; sh: 28
file content (13 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: reset SONAME to 0
 There was no need to change it need.  Would break everything.
Author: Robert Jordens <jordens@debian.org>
Last-Updated: 2004-03-25

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,4 +5,4 @@
 
 liblrdf_la_SOURCES = lrdf.c lrdf_multi.c md5.c
 liblrdf_la_LIBADD = @RAPTOR_LIBS@
-liblrdf_la_LDFLAGS = -version-info @LRDF_LIBTOOL_VERSION@
+#liblrdf_la_LDFLAGS = -version-info @LRDF_LIBTOOL_VERSION@