]> git.pld-linux.org Git - packages/aribb24.git/commitdiff
debian patch to link -lm (for sqrt/log2) master
authorJan Palus <atler@pld-linux.org>
Thu, 21 Jan 2021 17:14:48 +0000 (18:14 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 21 Jan 2021 17:14:48 +0000 (18:14 +0100)
aribb24.spec

index a95ea45e1dcd4fefae154c70fe2b7cd0f198cd91..6bcdc056aaa804212b43d756b5c5fb501cba39a1 100644 (file)
@@ -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}
This page took 0.068985 seconds and 4 git commands to generate.