Accepting request 539494 from home:pluskalm:branches:Apache
- Do not require python for building - its not needed anyways (fate#323526) OBS-URL: https://build.opensuse.org/request/show/539494 OBS-URL: https://build.opensuse.org/package/show/Apache/apr?expand=0&rev=7
This commit is contained in:
parent
f70a9b50e3
commit
27c7bd4641
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 7 10:24:40 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Do not require python for building - its not needed anyways
|
||||||
|
(fate#323526)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 16 14:36:10 UTC 2017 - mpluskal@suse.com
|
Mon Oct 16 14:36:10 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
3
apr.spec
3
apr.spec
@ -42,7 +42,6 @@ BuildRequires: lksctp-tools-devel
|
|||||||
# for the testsuite
|
# for the testsuite
|
||||||
BuildRequires: netcfg
|
BuildRequires: netcfg
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -95,7 +94,7 @@ sed -i \
|
|||||||
docs/doxygen.conf
|
docs/doxygen.conf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./buildconf
|
autoreconf -fiv
|
||||||
export apr_lock_method=USE_PROC_PTHREAD_SERIALIZE
|
export apr_lock_method=USE_PROC_PTHREAD_SERIALIZE
|
||||||
%configure \
|
%configure \
|
||||||
--enable-other-child \
|
--enable-other-child \
|
||||||
|
Loading…
Reference in New Issue
Block a user