forked from pool/fdupes
Accepting request 87002 from utilities
- cross-build workaround: fake gcc script to work around build system not honoring CC (forwarded request 86736 from uli_suse) OBS-URL: https://build.opensuse.org/request/show/87002 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fdupes?expand=0&rev=14
This commit is contained in:
commit
dcb1a7bd42
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 15:14:32 UTC 2011 - uli@suse.com
|
||||
|
||||
- cross-build workaround: fake gcc script to work around build
|
||||
system not honoring CC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -44,6 +44,9 @@ residing within specified directories
|
||||
%patch3 -p1 -b .endianness
|
||||
|
||||
%build
|
||||
echo -e "#!/bin/bash\n`which %__cc` \"\$@\"" >gcc
|
||||
chmod 755 gcc
|
||||
export PATH=`pwd`:$PATH
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user