[packages/libsecp256k1] --enable-module-recovery to produce needed secp256k1_recovery.h. Rel 0.2

matkor matkor at pld-linux.org
Fri Aug 25 14:09:46 CEST 2017


commit 4fde7103b4d06420f15d24e5f8dcf0f6bfa5ab78
Author: Mateusz Korniak <matkor at pld-linux.org>
Date:   Fri Aug 25 14:09:32 2017 +0200

    --enable-module-recovery to produce needed secp256k1_recovery.h. Rel 0.2

 libsecp256k1.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/libsecp256k1.spec b/libsecp256k1.spec
index 67f40cc..a26d6e0 100644
--- a/libsecp256k1.spec
+++ b/libsecp256k1.spec
@@ -9,7 +9,7 @@ Summary:	Bitcoin Cross-Platform C++ Development Toolkit
 # Summary(pl.UTF-8):	-
 Name:		libsecp256k1
 Version:	0.1.0.13
-Release:	0.1
+Release:	0.2
 License:	AGPL with a lesser clause
 Group:		Libraries
 Source0:	https://github.com/libbitcoin/secp256k1/archive/v%{version}.tar.gz 
@@ -111,8 +111,10 @@ Dokumentacja API biblioteki %{name}.
 #%{__autoheader}
 #%{__automake}
 ./autogen.sh
+# NOTE: --enable-module-recovery  to avoid: https://github.com/libbitcoin/libbitcoin/issues/397
 %configure \
-	%{!?with_static_libs:--disable-static}
+	%{!?with_static_libs:--disable-static} \
+	--enable-module-recovery
 %{__make}
 ./tests
 
@@ -153,7 +155,7 @@ rm -rf $RPM_BUILD_ROOT
 #%{_libdir}/libFOO.la
 #%%{_includedir}/%{name}
 %{_includedir}/secp256k1.h
-
+%{_includedir}/secp256k1_recovery.h
 #%%{_aclocaldir}/%{name}.m4
 %{_pkgconfigdir}/%{name}.pc
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libsecp256k1.git/commitdiff/4fde7103b4d06420f15d24e5f8dcf0f6bfa5ab78



More information about the pld-cvs-commit mailing list