1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: This sets the package version explicitly to avoid the
dependency on git in the package build process.
Author: Ruben Undheim <ruben.undheim@gmail.com>
Index: openbsc-1.1.0/openbsc/configure.ac
===================================================================
--- openbsc-1.1.0.orig/openbsc/configure.ac 2018-06-20 12:29:36.045285451 +0200
+++ openbsc-1.1.0/openbsc/configure.ac 2018-06-20 12:29:36.037285451 +0200
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script
AC_INIT([openbsc],
- m4_esyscmd([./git-version-gen .tarball-version]),
+ 1.1.0,
[openbsc@lists.osmocom.org])
dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
|