Ignore:
Timestamp:
Sep 4, 2015, 6:01:50 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
00fa0bb
Parents:
13cfe95a
Message:

Update E2fsprogs to 1.42.13 fro 1.42.12 and add --bindir=/bin and a potential security fix sed located at https://lwn.net/Articles/652348/?format=printable

File:
1 edited

Legend:

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

    r13cfe95a r8119e26  
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2626    href="../common/e2fsprogs.xml"
     27    xpointer="xpointer(//*[@os='s1'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../common/e2fsprogs.xml"
     31    xpointer="xpointer(//*[@os='s2'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     34    href="../common/e2fsprogs.xml"
    2735    xpointer="xpointer(//*[@os='a'])"/>
    2836
     
    3745<screen os="d"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
    3846CC="gcc ${BUILD32}" \
    39 ../configure --prefix=/usr --with-root-prefix="" \
    40     --enable-elf-shlibs --disable-libblkid \
    41     --disable-libuuid --disable-fsck \
    42     --disable-uuidd</userinput></screen>
     47../configure --prefix=/usr --bindir=/bin --with-root-prefix="" \
     48    --enable-elf-shlibs --disable-libblkid --disable-libuuid \
     49    --disable-fsck --disable-uuidd</userinput></screen>
    4350
    4451    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.