forked from pool/libcap-ng
Accepting request 86727 from home:uli_suse:branches:security
- cross-build workaround: make sure no attempt is made to build python stuff even if it's installed on the host system OBS-URL: https://build.opensuse.org/request/show/86727 OBS-URL: https://build.opensuse.org/package/show/security/libcap-ng?expand=0&rev=15
This commit is contained in:
parent
5a3a0b1230
commit
0bbf12cd86
@ -45,7 +45,6 @@ Libcap-ng is a library that makes using posix capabilities easier
|
||||
|
||||
%package -n %{name}%{soname}
|
||||
|
||||
|
||||
Summary: An alternate POSIX capabilities library
|
||||
License: LGPLv2+
|
||||
Group: System/Libraries
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 15:06:00 UTC 2011 - uli@suse.com
|
||||
|
||||
- cross-build workaround: make sure no attempt is made to build
|
||||
python stuff even if it's installed on the host system
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 01:49:59 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -45,7 +45,6 @@ Libcap-ng is a library that makes using posix capabilities easier
|
||||
|
||||
%package -n %{name}%{soname}
|
||||
|
||||
|
||||
Summary: An alternate POSIX capabilities library
|
||||
License: LGPLv2+
|
||||
Group: System/Libraries
|
||||
@ -97,7 +96,7 @@ and can be used by python applications.
|
||||
%setup -q -n %{rname}-%{version}
|
||||
|
||||
%build
|
||||
%configure --libdir="/%{_lib}"
|
||||
%configure --libdir="/%{_lib}" --with-python=no
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user