lirc: Update. This fixes compile on 2.6.36

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23336 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb 2010-10-08 19:59:51 +00:00
parent a115a04f26
commit ea4696f2d7

View File

@ -10,12 +10,14 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=lirc PKG_NAME:=lirc
PKG_VERSION:=0.8.4a PKG_VERSION:=0.8.7
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/${PKG_NAME} PKG_SOURCE_URL:=@SF/${PKG_NAME}
PKG_MD5SUM:=606b714ed843d28060163ffc571fc1f7 PKG_MD5SUM:=fb1dcddbc8ca3d03c7f3a2d40cf28b71
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -99,11 +101,11 @@ CONFIGURE_ARGS += \
--disable-nls \ --disable-nls \
--disable-static \ --disable-static \
--with-kerneldir="$(LINUX_DIR)" \ --with-kerneldir="$(LINUX_DIR)" \
--with-driver="mceusb2" \ --with-driver="mceusb" \
--without-x \ --without-x \
--with-pic \ --with-pic \
--with-gnu-ld \ --with-gnu-ld \
--enable-sandboxed \ --enable-sandboxed
define Package/lirc/conffiles define Package/lirc/conffiles
/etc/lircd.conf /etc/lircd.conf
@ -111,8 +113,7 @@ endef
MAKE_FLAGS += \ MAKE_FLAGS += \
DESTDIR="$(PKG_INSTALL_DIR)" \ DESTDIR="$(PKG_INSTALL_DIR)" \
ARCH="$(LINUX_KARCH)" \ ARCH="$(LINUX_KARCH)"
all
define Package/lirc/install define Package/lirc/install
$(INSTALL_DIR) $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/usr/sbin/