forked from pool/libsemanage
Accepting request 86731 from home:uli_suse:branches:security:SELinux
- cross-build fix: use %__cc macro OBS-URL: https://build.opensuse.org/request/show/86731 OBS-URL: https://build.opensuse.org/package/show/security:SELinux/libsemanage?expand=0&rev=28
This commit is contained in:
parent
ae77e5a63b
commit
790799ae59
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 5 15:10:27 UTC 2011 - uli@suse.com
|
||||||
|
|
||||||
|
- cross-build fix: use %__cc macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 13:14:39 CEST 2011 - dmueller@suse.de
|
Thu Sep 22 13:14:39 CEST 2011 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -103,8 +103,8 @@ needed for developing applications that manipulate binary policies.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
make clean
|
||||||
make -j1 CFLAGS="%{optflags}"
|
make -j1 CFLAGS="%{optflags}" CC="%{__cc}"
|
||||||
make -j1 CFLAGS="%{optflags}" LIBDIR="%{_libdir}" SHLIBDIR="%{_lib}" all
|
make -j1 CFLAGS="%{optflags}" LIBDIR="%{_libdir}" SHLIBDIR="%{_lib}" CC="%{__cc}" all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}/%{_lib}
|
mkdir -p %{buildroot}/%{_lib}
|
||||||
|
Loading…
Reference in New Issue
Block a user