http://qa.mandrakesoft.com/show_bug.cgi?id=6283

           Summary: [PATCH] lirc_sir module not compiled
           Product: kernel
           Version: 2.4.22-23mdk
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: default
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The lirc_sir module is not compiled (and though it's not packaged :-( ).
This is due to a typo in the Makefile, here is the simple patch:

diff -u 3rdparty/lirc/Makefile.orig 3rdparty/lirc/Makefile
--- 3rdparty/lirc/Makefile.orig 2003-11-02 22:46:02.000000000 +0100
+++ 3rdparty/lirc/Makefile      2003-11-02 22:46:09.000000000 +0100
@@ -11,7 +11,7 @@
 obj-$(CONFIG_LIRC_IT87)        += lirc_it87.o
 obj-$(CONFIG_LIRC_PARALLEL)    += lirc_parallel.o
 obj-$(CONFIG_LIRC_SERIAL)      += lirc_serial.o
-obj-$(CONFIG_LIRC_SIR) += lirc_sir.o
+obj-$(CONFIG_LIRC_SIRCD)       += lirc_sir.o
 obj-$(CONFIG_LIRC_BT829)       += lirc_bt829.o
 obj-$(CONFIG_LIRC_SAA7134)     += lirc_saa7134.o

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to