kmod: update to kmod-4

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-17 10:22:54 +01:00
parent 3294cbdbb0
commit ba9548cdfe
2 changed files with 13 additions and 3 deletions

View File

@ -26,8 +26,18 @@ cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--enable-shared \
--disable-silent-rules \
--disable-static \
--enable-shared \
--enable-tools \
--enable-logging \
--disable-debug \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
--with-gnu-ld \
--without-xz \
--without-zlib
make
$MAKEINSTALL

View File

@ -19,8 +19,8 @@
################################################################################
PKG_NAME="kmod"
PKG_VERSION="3"
PKG_REV="3"
PKG_VERSION="4"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://git.profusion.mobi/cgit.cgi/kmod.git/"