diff options
author | Richard Yao <ryao@gentoo.org> | 2012-11-16 23:15:39 -0500 |
---|---|---|
committer | Richard Yao <ryao@cs.stonybrook.edu> | 2012-11-17 01:07:22 -0500 |
commit | a91a7609b204ba01037df4ab314dc81c0589c8cb (patch) | |
tree | 797bbf0406430343ed5e14699e157c0ffe307a4e /src/test | |
parent | 74126789861b5a87bb9fa5ebd1982e475ed3f5b2 (diff) |
Eliminate kmod dependency
Changes to rules were introduced by
06316d9f1a91b4d3efdb7402e72498cb3deb1806 while kmod support was
introduced in other commits. A ton of commits were made involving kmod
and it is quite clear that it is broken, so we remove it.
This changes our rules to depend on modprobe. As long as the modprobe
binary is in /, and not /usr, udev module loading should function
properly.
Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am index fa061d87f8..9ff6e164cc 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -16,6 +16,5 @@ test_udev_SOURCES = \ test_udev_LDADD = \ libudev-core.la \ $(BLKID_LIBS) \ - $(KMOD_LIBS) \ $(SELINUX_LIBS) |