http://bugzilla.rpmfusion.org/show_bug.cgi?id=15
--- Comment #27 from David Timms <dtimms(a)iinet.net.au> 2008-11-27 14:09:15 ---
(In reply to comment #25)
Which page? Seems my build also gives a small debuginfo package.
https://fedoraproject.org/wiki/Packaging/Debuginfo
(In reply to comment #26)
This is present in the makefile. Any ideas what to do with that
line?
build: $(objects)
$(strip $(cpp) $(call mkbin,../bsnes) $(objects) $(link))
maybe try:
build: $(objects)
$(cpp) $(call mkbin,../bsnes) $(objects) $(link)
but I haven't come across this style before ;-)
--
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.