From 61bb8d6eab073bc14627a5dc76dc75f676e3cbbb Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 21 Jan 2021 18:14:48 +0100 Subject: [PATCH] debian patch to link -lm (for sqrt/log2) --- aribb24.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aribb24.spec b/aribb24.spec index a95ea45..6bcdc05 100644 --- a/aribb24.spec +++ b/aribb24.spec @@ -13,6 +13,7 @@ Group: Libraries Source0: https://github.com/nkoriyama/aribb24/archive/v%{version}/%{name}-%{version}.tar.gz # Source0-md5: 5ef0a6d1d72f294666ee1489b7ebb8c5 Patch0: %{name}-pc.patch +Patch1: link-libm.patch URL: https://github.com/nkoriyama/aribb24 BuildRequires: autoconf >= 2.69 BuildRequires: automake @@ -57,6 +58,7 @@ Statyczna biblioteka ARIB STD-B24. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} -- 2.43.0