commit cpufrequtils for openSUSE:Factory
Hello community, here is the log from the commit of package cpufrequtils for openSUSE:Factory checked in at Sat Jun 20 05:56:18 CEST 2009. -------- --- cpufrequtils/cpufrequtils.changes 2009-06-15 10:12:31.000000000 +0200 +++ cpufrequtils/cpufrequtils.changes 2009-06-19 11:00:11.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com + +- disable as-needed for this package as it fails to build with it + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpufrequtils.spec ++++++ --- /var/tmp/diff_new_pack.j27066/_old 2009-06-20 05:55:03.000000000 +0200 +++ /var/tmp/diff_new_pack.j27066/_new 2009-06-20 05:55:03.000000000 +0200 @@ -22,7 +22,7 @@ BuildRequires: doxygen lynx Url: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html Version: 005 -Release: 1 +Release: 2 Summary: Tools to Determine and Set CPUfreq Settings License: GPL v2 or later Group: System/Base @@ -51,6 +51,9 @@ %setup -q %build +# This package failed when testing with -Wl,-as-needed being default. +# So we disable it here, if you want to retest, just delete this comment and the line below. +export SUSE_ASNEEDED=0 CONF="PACKAGE_BUGREPORT=http://bugs.opensuse.org mandir=%_mandir libdir=%_libdir" export CFLAGS="$RPM_OPT_FLAGS" make STRIP=true $CONF @@ -76,6 +79,8 @@ /usr/bin/cpufreq-* %changelog +* Fri Jun 19 2009 coolo@novell.com +- disable as-needed for this package as it fails to build with it * Mon Jun 15 2009 seife@suse.de - update to version 005: - documentation fixes ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de