SHA256
1
0
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:
Lars Vogdt 2011-10-07 13:18:59 +00:00 committed by Git OBS Bridge
commit dcb1a7bd42
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