Explicitly link against libicui18n so that libQtCore.so always finds it. --- qt-everywhere-opensource-src-4.8.6/src/corelib/corelib.pro 2015-04-15 12:01:41.661862663 +0200 +++ qt-everywhere-opensource-src-4.8.6/src/corelib/corelib.pro 2015-04-15 12:03:57.954586336 +0200 @@ -19,6 +19,13 @@ include(codecs/codecs.pri) include(statemachine/statemachine.pri) include(xml/xml.pri) +# Explicitly link with icui18n, which is dlopened by libQtCore.so. +# We cannot do this by setting LDFLAGS because that then overrides +# other LDFLAGS: . +# XXX: According to the Nixpkgs recipe, this may be necessary for +# further libraries (cups, gtk-x11-2.0, libgdk-x11-2.0). +LIBS_PRIVATE += -licui18n + !qpa:mac|darwin:LIBS_PRIVATE += -framework ApplicationServices qpa:mac { !ios { value='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rdesktop.scm
AgeCommit message (Expand)Author
2023-10-04gnu: freerdp: Update to 2.11.2....* gnu/packages/rdesktop.scm (freerdp): Update to 2.11.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Timotej Lazar
2023-09-25gnu: freerdp: Update to 2.11.1....* gnu/packages/rdesktop.scm (freerdp): Update to 2.11.1. [inputs]: Add pcsc-lite. Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar
2023-09-04gnu: freerdp: Enable server build....* gnu/packages/rdesktop.scm (freerdp): Enable server build. [phases] (configure-flags): Enable server build flags. [inputs]: Add server build dependencies and additional protocols cairo, dbus, gsm, lame, libxdamage, opencl, openh264, openssl. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Andy Tai
2023-08-12gnu: Add xorgxrdp....* gnu/packages/rdesktop.scm (xorgxrdp): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Tai
2023-08-12gnu: Add xrdp....* gnu/packages/rdesktop.scm (xrdp): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Tai
2023-04-21gnu: freerdp: Update to 2.2.0 [security fixes]....This fixes CVE-2022-39316, CVE-2022-39317, CVE-2022-39318, CVE-2022-39319, CVE-2022-39320, CVE-2022-41877, CVE-2022-39347, CVE-2022-39282, CVE-2022-39283, CVE-2021-41159 and CVE-2021-41160. * gnu/packages/rdesktop.scm (freerdp): Update to 2.2.0. [arguments]: Use gexps. Do not set DOCBOOKXSL_DIR in #:configureflags. Maxim Cournoyer
2023-04-21gnu: freerdp: Remove input labels....* gnu/packages/rdesktop.scm (freerdp) [inputs]: Remove labels. Maxim Cournoyer