colord: remove the sed, the build no longer fails on i686.

On x86_64 the package now works correctly as well.
This commit is contained in:
Douglas R. Reno 2024-01-25 13:20:16 -06:00
parent 376239ba0c
commit 3a3d470dff

View File

@ -118,14 +118,6 @@
useradd -c "Color Daemon Owner" -d /var/lib/colord -u 71 \
-g colord -s /bin/false colord</userinput></screen>
<!-- https://github.com/hughsie/colord/pull/146 -->
<para>
Fix a double free causing a build failure on 32-bit x86 and runtime
crashes with some monitors:
</para>
<screen><userinput>sed '/cmsUnregisterPluginsTHR/d' -i lib/colord/cd-context-lcms.c</userinput></screen>
<para>
Install <application>Colord</application> by running the following
commands: