From 999694fe4cb41334cadecf6a3316422516a5dcc0 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Tue, 25 Apr 2017 11:42:19 -0500 Subject: [PATCH] Re-added previously (and foolishly) remove kmod support --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f27e730..4dd78bf 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,13 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -DEPENDS = glibc,util-linux +DEPENDS = glibc,kmod,util-linux,xz,zlib ARCH = x86_64 URL = http://www.gentoo.org/proj/en/eudev/ BRIEF = Fork of udev DESC = eudev is a fork of system-udev with the goal of obtaining better \ compatibility with existing software -SNAPVER = 2 +SNAPVER = 3 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -59,7 +59,6 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure --disable-static \ --enable-manpages \ --enable-rule-generator \ - --disable-kmod \ --build=x86_64-snap-linux-gnu \ --host=x86_64-snap-linux-gnu \ --target=x86_64-snap-linux-gnu