]> git.pld-linux.org Git - packages/libsecp256k1.git/commitdiff
--enable-module-recovery to produce needed secp256k1_recovery.h. Rel 0.2
authorMateusz Korniak <matkor@pld-linux.org>
Fri, 25 Aug 2017 12:09:32 +0000 (14:09 +0200)
committerMateusz Korniak <matkor@pld-linux.org>
Fri, 25 Aug 2017 12:09:32 +0000 (14:09 +0200)
libsecp256k1.spec

index 67f40cccd24303c31e894973bd7c5b88efc5b6e2..a26d6e062e435350c8cfb93f44ef35baaeb57fbd 100644 (file)
@@ -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
 
This page took 0.11322 seconds and 4 git commands to generate.