forked from pool/libcap
Accepting request 238088 from home:elvigia:branches:Base:System
- libcap-nolibattr.patch Do not link to libattr, it is a bogus dependency. application uses sys/xattr from libc. OBS-URL: https://build.opensuse.org/request/show/238088 OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=18
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcap
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,7 +26,7 @@ Source: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/libc
|
||||
Source2: baselibs.conf
|
||||
Url: https://sites.google.com/site/fullycapable/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libattr-devel
|
||||
Patch0: libcap-nolibattr.patch
|
||||
%if 0%{?suse_version} > 1030
|
||||
BuildRequires: fdupes
|
||||
%endif
|
||||
@@ -86,7 +86,7 @@ libcap.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1
|
||||
%build
|
||||
# lib=%{_lib} make %{?_smp_mflags} COPTFLAG="$RPM_OPT_FLAGS"
|
||||
lib=%{_lib} make %{?_smp_mflags} DEBUG="-g $RPM_OPT_FLAGS"
|
||||
|
Reference in New Issue
Block a user