Copied from Debian. Description: Disable SSE2 code on i386 This patch is not complete. A high-graded solution may use automatic switching between SSE2 and C++ implementations based on the results of runtime checks. The webrtc code already provides for one of them inside its GetCPUInfo function. Bug-Debian: https://bugs.debian.org/892823 Author: Nicholas Guriev Last-Update: Tue, 29 Jan 2019 23:26:38 +0300 --- a/libtgvoip.gyp +++ b/libtgvoip.gyp @@ -871,11 +871,7 @@ 'WEBRTC_POSIX', ], 'conditions': [ - [ '"
path: root/gnu/tests/mail.scm
AgeCommit message (Expand)Author
2020-11-05services: Remove imports of (ice-9 …) modules....Ludovic Courtès
2020-03-16tests: opensmtpd: Check /var/spool/mail instead of /var/mail....Ludovic Courtès
2020-03-16tests: opensmtpd: Gracefully handle test failure....Ludovic Courtès
2020-03-09tests: getmail: Provide a pre-initialized user account password....Ludovic Courtès
2020-01-31gnu: Update opensmtpd configuration grammar....Tobias Geerinckx-Rice
2020-01-20tests: mail: Remove %getmail-os from the bottom of the file....Christopher Baines
2019-06-19tests: Fix opensmtpd test....Tobias Geerinckx-Rice
2019-05-31services: Add getmail....Christopher Baines