Re-added previously (and foolishly) remove kmod support

This commit is contained in:
2017-04-25 11:42:19 -05:00
parent edb4a55720
commit 999694fe4c

View File

@@ -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