forked from pool/permissions
Accepting request 74021 from Base:System
- disable fscaps by default as factory kernel still doesn't have the required patch for auto detection OBS-URL: https://build.opensuse.org/request/show/74021 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=64
This commit is contained in:
parent
1f8b1c6bec
commit
676fc64c82
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 09:46:29 UTC 2011 - lnussel@suse.de
|
||||
|
||||
- disable fscaps by default as factory kernel still doesn't have the
|
||||
required patch for auto detection
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 26 15:23:49 UTC 2011 - lnussel@suse.de
|
||||
|
||||
|
@ -50,7 +50,7 @@ Authors:
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="-W -Wall $RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags} CFLAGS="-W -Wall $RPM_OPT_FLAGS" FSCAPS_DEFAULT_ENABLED=0
|
||||
|
||||
%install
|
||||
make DESTDIR="$RPM_BUILD_ROOT" install
|
||||
|
Loading…
Reference in New Issue
Block a user