Hi Anibal, On Fri, Jun 08, 2012 at 09:38:53AM +1000, Aníbal Monsalve Salazar wrote: > On Sat, Jul 26, 2008 at 01:56:35PM +0200, Evgeni Golov wrote: > >On my ATI Radeon X1400, v86d fails to run correctly when linked against > >libx86/lrmi. When I rebuild lib86 with x86emu backend, v86d runs fine. > >It seems x86emu is better than lrmi. > > Hello Evgeni, > > Could you please send me a patch?
"Sure". The trivial patch would be --- a/debian/rules +++ b/debian/rules @@ -8,11 +8,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -ifneq (,$(filter i386 lpia,$(DEB_HOST_ARCH))) - BACKEND = -else - BACKEND = x86emu -endif +BACKEND = x86emu #export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 I however do not use v86d (neither have I any i386 hardware left -- I should finally orphan that package), so I cannot even test that the "fix" is still a good idea. Btw, why is the git at git.d.o/collab-maint/libx86 not uptodate with the current packaging? Almost sent you a "wrong" patch :) Regards Evgeni -- Bruce Schneier can read and understand Perl programs. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

