SHA256
3
0
forked from pool/fdupes

Accepting request 86736 from home:uli_suse:branches:utilities

- cross-build workaround: fake gcc script to work around build
  system not honoring CC

OBS-URL: https://build.opensuse.org/request/show/86736
OBS-URL: https://build.opensuse.org/package/show/utilities/fdupes?expand=0&rev=3
This commit is contained in:
OBS User mrdocs 2011-10-07 03:57:27 +00:00 committed by Git OBS Bridge
parent 15089c1875
commit 33f2bfe741
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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