1 Commits

Author SHA1 Message Date
Jay Larson
999694fe4c Re-added previously (and foolishly) remove kmod support 2017-04-25 11:42:19 -05:00

View File

@@ -8,13 +8,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
DEPENDS = glibc,util-linux DEPENDS = glibc,kmod,util-linux,xz,zlib
ARCH = x86_64 ARCH = x86_64
URL = http://www.gentoo.org/proj/en/eudev/ URL = http://www.gentoo.org/proj/en/eudev/
BRIEF = Fork of udev BRIEF = Fork of udev
DESC = eudev is a fork of system-udev with the goal of obtaining better \ DESC = eudev is a fork of system-udev with the goal of obtaining better \
compatibility with existing software compatibility with existing software
SNAPVER = 2 SNAPVER = 3
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
@@ -59,7 +59,6 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
--disable-static \ --disable-static \
--enable-manpages \ --enable-manpages \
--enable-rule-generator \ --enable-rule-generator \
--disable-kmod \
--build=x86_64-snap-linux-gnu \ --build=x86_64-snap-linux-gnu \
--host=x86_64-snap-linux-gnu \ --host=x86_64-snap-linux-gnu \
--target=x86_64-snap-linux-gnu --target=x86_64-snap-linux-gnu