On Fri, Apr 23, 2010 at 21:25, Robby Workman <rw@xxxxxxxxxxxxx> wrote: > On Fri, 23 Apr 2010 18:55:24 +0200 Thomas Penteker <tek@xxxxxxxxxxx> wrote: >> calling configure of udev-153 gives me the following: >> >> % ./configure --disable-extras --disable-introspection >> --with-firmware-path=/lib/SOMETHINGUNIQUE:/lib/foo (...) >> firmware path: >> (...) >> >> Compliation proves this: >> >> % make V=1 2>&1 | grep -- -DFIRMWARE >> gcc -DHAVE_CONFIG_H -I. -include ./config.h -I./libudev >> -DSYSCONFDIR=\""/usr/etc"\" -DLIBEXECDIR=\""/usr/libexec"\" >> -DFIRMWARE_PATH="" -g -O2 -MT >> extras/firmware/extras_firmware_firmware-firmware.o -MD -MP -MF >> extras/firmware/.deps/extras_firmware_firmware-firmware.Tpo -c -o >> extras/firmware/extras_firmware_firmware-firmware.o `test -f >> 'extras/firmware/firmware.c' || echo './'`extras/firmware/firmware.c >> >> Correcting the FIRMWARE_PATH variable in Makefile fixes the issue. >> >> So I think the firmware-path still is broken (but in a different way). > > I'm not sure it's the *correct* fix, but the attached patch > seems to fix it here. > > http://git.rlworkman.net/?p=udev.git;a=commit;h=2d85e63bfb028f7a4010ace1c1e7da1220d557cb Applied. Thanks, Kay -- 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