forked from pool/Botan
Accepting request 538113 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/538113 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Botan?expand=0&rev=45
This commit is contained in:
commit
cc7992e9ad
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 1 14:26:47 UTC 2017 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
- configure Botan explicitly with python3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 4 07:49:54 UTC 2017 - daniel.molkentin@suse.com
|
Wed Oct 4 07:49:54 UTC 2017 - daniel.molkentin@suse.com
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ BuildRequires: openssl-devel
|
|||||||
BuildRequires: libopenssl-1_0_0-devel
|
BuildRequires: libopenssl-1_0_0-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python
|
BuildRequires: python3
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Requires: bzip2 >= 1.0.2
|
Requires: bzip2 >= 1.0.2
|
||||||
Requires: gmp >= 4.1
|
Requires: gmp >= 4.1
|
||||||
@ -101,7 +101,7 @@ programs that use the Botan library.
|
|||||||
%build
|
%build
|
||||||
export RPM_OPT_FLAGS
|
export RPM_OPT_FLAGS
|
||||||
|
|
||||||
./configure.py \
|
python3 ./configure.py \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--libdir=%{_libdir} \
|
--libdir=%{_libdir} \
|
||||||
--docdir=%{_defaultdocdir} \
|
--docdir=%{_defaultdocdir} \
|
||||||
|
Loading…
Reference in New Issue
Block a user