Ignore:
Timestamp:
Aug 26, 2012, 5:44:32 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e004151
Parents:
51129d2
Message:

Update udev configuration command to set proper install locations and variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/udev.xml

    r51129d2 r3b81ca0  
    2828
    2929<screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" \
    30   ./configure --prefix=/usr \
    31   --exec-prefix="" --sysconfdir=/etc \
     30  ./configure --prefix=/usr --exec-prefix="" --sysconfdir=/etc \
     31  --with-rootprefix="" --libexecdir=/lib --libdir=/lib \
    3232  --with-usb-ids-path=no --with-pci-ids-path=no \
    33   --disable-introspection --disable-keymap
    34 </userinput></screen>
     33  --enable-rule_generator --disable-introspection --disable-keymap \
     34  --disable-gudev</userinput></screen>
    3535
    3636    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.