File: Setting-library-version-explicitly.patch

package info (click to toggle)
libosmo-netif 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,480 kB
  • sloc: ansic: 8,961; makefile: 240; sh: 86
file content (12 lines) | stat: -rw-r--r-- 548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: we do not build from git so version has to be set manually
Index: libosmo-netif-1.0.0/configure.ac
===================================================================
--- libosmo-netif-1.0.0.orig/configure.ac	2020-08-13 09:21:03.000000000 +0000
+++ libosmo-netif-1.0.0/configure.ac	2020-08-16 14:03:49.142525753 +0000
@@ -1,5 +1,5 @@
 AC_INIT([libosmo-netif],
-	m4_esyscmd([./git-version-gen .tarball-version]),
+	1.2.0,
 	[openbsc-devel@lists.openbsc.org])
 
 dnl *This* is the root dir, even if an install-sh exists in ../ or ../../