Changeset a37e6b2


Ignore:
Timestamp:
12/31/2022 04:03:04 PM (16 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
aa65ceb
Parents:
c478431
Message:

Add a fix to gptfdisk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/gptfdisk.xml

    rc478431 ra37e6b2  
    105105      rudimentary <filename>Makefile</filename>.  First we update it
    106106      to provide a simple build and install interface and fix the
    107       location of a header file.
     107      location of a header file as well fixing an issue introduced
     108      by a recent version of <application>popt</application>.
    108109      Install <application>gptfdisk</application> by running the following
    109110      commands:
     
    114115sed -i 's|sbin|usr/sbin|' Makefile &amp;&amp;
    115116sed -i '/UUID_H/s/^.*$/#if defined (_UUID_UUID_H) || defined (_UL_LIBUUID_UUID_H)/' guid.cc &amp;&amp;
     117sed -i "/device =/s/= \(.*\);/= strdup(\1);/" gptcl.cc &amp;&amp;
    116118
    117119make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.