[Bug 3345] Review request: kodi - Media center
RPM Fusion Bugzilla
noreply at rpmfusion.org
Mon Dec 29 09:38:32 CET 2014
https://bugzilla.rpmfusion.org/show_bug.cgi?id=3345
T.C. Hollingsworth <tchollingsworth at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tchollingsworth at gmail.com
--- Comment #17 from T.C. Hollingsworth <tchollingsworth at gmail.com> 2014-12-29 09:38:32 CET ---
(In reply to comment #13)
> The Kodi build system expects the autotools files to be present even if we're
> not compiling them. I'd rather not patch the autotools files as these will
> constantly change. This is different from the past (pre-Kodi) where we could
> drop the code.
You can do something like:
find path/to/bundled/dep -name "*.c" -exec rm -f {} \;
find path/to/bundled/dep -name "*.h" -exec rm -f {} \;
in %prep to nuke the source files but leave the autocrap. This shouldn't break
the build, but it will leave the reviewer confident that these bundled
libraries are not used. :-)
--
Configure bugmail: https://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the rpmfusion-developers
mailing list