SHA256
1
0
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:
Pavol Rusnak 2011-10-06 15:07:44 +00:00 committed by Git OBS Bridge
parent 5a3a0b1230
commit 0bbf12cd86
3 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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