http://bugzilla.rpmfusion.org/show_bug.cgi?id=1030
--- Comment #65 from rc040203(a)freenet.de 2010-01-24 06:56:42 ---
Created an attachment (id=356)
--> (
http://bugzilla.rpmfusion.org/attachment.cgi?id=356)
Patch to let rsxs acknowledge RPM_OPT_FLAGS
This patch addresses xbmc/screensavers/rsxs-0.9 not acknowledging
RPM_OPT_FLAGS.
The cause for this is xbmc/screensavers/rsxs-0.9/* overriding CFLAGS and xbmc's
toplevel configure not passing all required configuration settings down to
rsxs-0.9.
Unfortunately, the autotool source in xbmc/screensavers/rsxs-0.9 are broken and
incompatible to modern autotools, furthermore the generated files were hacked
up by upstream xbmc.
=> It's not possible to regenerate the generated files nor to run autoreconf
(Running autoreconf in rpm specs is harmful - This case is an example for this)
on Fedora without having to dig out the ancient autotools upstream xbmc rsp.
upstream rsxs had used.
Therefore I am hacking the files directly.
=> This patch need fixing up timestamps.
I am using this in %prep:
# Prevent rerunning the autotools.
touch -r xbmc/screensavers/rsxs-0.9/aclocal.m4 \
$(find xbmc/screensavers/rsxs-0.9 \( -name 'configure.*' -o -name
'Makefile.*'
\))
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.