89d6a1c431
- Add patch `fix_versioning_libunwind_1.2.1.patch`. * This patch fixes the upstream bug gh#libunwind/libunwind#30. This bug was causing the julia build process to fail. NOTE: This patch shall be removed in the next version of libunwind. OBS-URL: https://build.opensuse.org/request/show/577875 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=37
29 lines
827 B
Diff
29 lines
827 B
Diff
Index: libunwind-1.2.1/configure.ac
|
|
===================================================================
|
|
--- libunwind-1.2.1.orig/configure.ac
|
|
+++ libunwind-1.2.1/configure.ac
|
|
@@ -1,6 +1,6 @@
|
|
define(pkg_major, 1)
|
|
-define(pkg_minor, 2.1)
|
|
-define(pkg_extra, )
|
|
+define(pkg_minor, 2)
|
|
+define(pkg_extra, 1)
|
|
define(pkg_maintainer, libunwind-devel@nongnu.org)
|
|
define(mkvers, $1.$2$3)
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
Index: libunwind-1.2.1/configure
|
|
===================================================================
|
|
--- libunwind-1.2.1.orig/configure
|
|
+++ libunwind-1.2.1/configure
|
|
@@ -17376,8 +17376,8 @@ arch="$target_arch"
|
|
ARCH=`echo $target_arch | tr a-z A-Z`
|
|
|
|
PKG_MAJOR=1
|
|
-PKG_MINOR=2.1
|
|
-PKG_EXTRA=
|
|
+PKG_MINOR=2
|
|
+PKG_EXTRA=1
|
|
PKG_MAINTAINER=libunwind-devel@nongnu.org
|
|
|
|
old_LIBS="$LIBS"
|