forked from pool/libsepol
Accepting request 86732 from home:uli_suse:branches:security:SELinux
- cross-build fix: use %__cc macro OBS-URL: https://build.opensuse.org/request/show/86732 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsepol?expand=0&rev=26
This commit is contained in:
parent
c1a34fb827
commit
2186b59433
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 15:11:06 UTC 2011 - uli@suse.com
|
||||
|
||||
- cross-build fix: use %__cc macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- use %_smp_mflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 24 11:38:22 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsepol (Version 2.0.41)
|
||||
# spec file for package libsepol
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 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
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: libsepol
|
||||
Version: 2.0.41
|
||||
Release: 2
|
||||
Release: 3
|
||||
Url: http://www.nsa.gov/selinux/
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
@ -104,7 +104,7 @@ policies.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags} CC="%{__cc}" CFLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_lib}
|
||||
|
Loading…
Reference in New Issue
Block a user