File: avoid_soname_bump.diff

package info (click to toggle)
libnet 1.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,820 kB
  • sloc: ansic: 19,531; makefile: 294; sh: 94; ruby: 8
file content (13 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: libnet-1.3/src/Makefile.am
===================================================================
--- libnet-1.3.orig/src/Makefile.am
+++ libnet-1.3/src/Makefile.am
@@ -96,7 +96,7 @@ libnet_la_LIBADD = @LTLIBOBJS@
 # 1.1.6 is 8:0:7 -> new APIs, backwards compatible
 # 1.2   is 9:0:0 -> new APIs, removed __libnet_print_vers (internal, should not have been used, but linkable) APIs
 
-libnet_la_LDFLAGS = -version-info 9:0:0
+libnet_la_LDFLAGS = -version-info 9:0:8
 
 ## Windows stuff