On Wed, 30 Sep 2009, Lennart Poettering wrote:
Patch looks mstly good. However after discussing this a little with
Kay we'd prefer if we could do without the macro orgy and just depend
unconditionally on zlib. Given that this is in extras this should not
be a problem.
The macro orgy is from usb-utils code -;)
Is there actually a distribution that uses a compressed pci.ids file?
Slackware uses it on installer but the udev use there is very restrict.
After installed, the distribution uses uncompressed pci.ids and usb.ids.
I am doing some tests with usb-utils and pciutils packages and got the
errors from usb-db and pci-db. Because that i wrote the patch.
diff --git a/configure.ac b/configure.ac
index 3afb94a..5a273e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_DISABLE_STATIC
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AC_CONFIG_MACRO_DIR([m4])
-LT_INIT
+m4_ifdef([LT_INIT],[LT_INIT],[AC_PROG_LIBTOOL])
Uh, this shouldn't be sneaked in here.
Sorry! I put this here to compile udev from git on Slackware.
Forgot the change is there (well, this is very useful for me).
Thanks
Piter PUNK
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html