Hello community,

here is the log from the commit of package ElectricFence for openSUSE:Factory
checked in at Thu Oct 6 14:57:10 CEST 2011.



--------
--- openSUSE:Factory/ElectricFence/ElectricFence.changes        2011-09-23 
01:50:40.000000000 +0200
+++ ElectricFence/ElectricFence.changes 2011-10-05 14:32:53.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Oct  5 12:31:23 UTC 2011 - u...@suse.com
+
+- cross-build workaround: fake gcc script to work around build
+  system not honoring CC throughout
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ElectricFence.spec ++++++
--- /var/tmp/diff_new_pack.emouHA/_old  2011-10-06 14:57:02.000000000 +0200
+++ /var/tmp/diff_new_pack.emouHA/_new  2011-10-06 14:57:02.000000000 +0200
@@ -44,7 +44,10 @@
 %patch3
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS -g -DUSE_SEMAPHORE -fPIC" %{?_smp_mflags}
+echo -e "#!/bin/bash\n`which %__cc` \"\$@\"" >gcc
+chmod 755 gcc
+export PATH=`pwd`:$PATH
+make CC="%__cc" CFLAGS="$RPM_OPT_FLAGS -g -DUSE_SEMAPHORE -fPIC" 
%{?_smp_mflags}
 
 %install
 install -D -d -m755 $RPM_BUILD_ROOT%{_bindir}

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to