guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#57675] [PATCH v11 7/8] gnu: telegram-desktop: Update to 4.2.0.


From: Liliana Marie Prikler
Subject: [bug#57675] [PATCH v11 7/8] gnu: telegram-desktop: Update to 4.2.0.
Date: Sun, 25 Sep 2022 08:31:47 +0200
User-agent: Evolution 3.46.0

Am Sonntag, dem 25.09.2022 um 14:15 +0800 schrieb Hilton Chain:
> On Sun, 25 Sep 2022 13:54:18 +0800,
> Liliana Marie Prikler wrote:
> > Uhm... which patch is "Gentoo's patch"?  I don't see anything
> > relevant
> > here [1].
> 
> It's here:
> https://gitweb.gentoo.org/repo/gentoo.git/tree/media-libs/tg_owt/files

This hunk
> function(link_crc32c target_name)
>     if (TG_OWT_PACKAGED_BUILD)
>         find_package(Crc32c)
>         set(Crc32c_FOUND ${Crc32c_FOUND} PARENT_SCOPE)
>         if (Crc32c_FOUND)
>             target_link_libraries(${target_name} PRIVATE
> Crc32c::crc32c)
>         endif()
>     endif()
>     if (NOT Crc32c_FOUND)
>         target_link_libraries(${target_name} PRIVATE
> tg_owt::libcrc32c)
>     endif()
> endfunction()
looks like the culprit, but also sane; maybe your Crc32c "package"
according to CMake is missing the crc32c library?  Are you actually
building it as a package and using it as regular input?

Cheers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]