|
From: | Mathieu Othacehe |
Subject: | [bug#40677] [PATCH 18/18] gnu: pjproject-jami: Add the missing, linux-only "--enable-epoll" flag. |
Date: | Wed, 22 Apr 2020 11:44:24 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
> - "--disable-l16-codec" > - "--disable-gsm-codec" > - "--disable-g722-codec" > - "--disable-g7221-codec" > - "--disable-speex-codec" You should fix indentation in a separate commit, otherwise its hard to see get what's going on here. > + ;; The following flag is linux specific > + ,@(if (hurd-triplet? (or (%current-system) > + (%current-target-system))) > + '("--enable-epoll") > + '()) Don't we want to add this flag only on Linux platform? I think you should transpose the if branches. Thanks, Mathieu
[Prev in Thread] | Current Thread | [Next in Thread] |