Hello, I'm trying to get rid of this patch: http://git.openwrt.org/?p=packages.git;a=blob_plain;f=utils/sane-backends/patches/020-non-i386-qcam.patch;hb=HEAD
That helps sane-backend cross-compile for MIPS processor. But this seems to be a hacky solution. The problem seems that configure check for ioperm passes for MIPS with libc-musl (I didn't test with other libc), while inb and outb are still missing for this arch. As sane-backend uses HAVE_IOPERM in order to use or not in/outb, it compiles requiring inb/outb. This results in a linker error. Who is not playing nice here? musl providing ioperm where it shouldn't? configure failing to check correcly for ioperm? sane not checking for inb? Regards,
-- sane-devel mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_password" to [email protected]
