[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support
From: |
Mark H Weaver |
Subject: |
Re: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support |
Date: |
Tue, 18 Feb 2014 12:40:07 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
address@hidden (Ludovic Courtès) writes:
> Mark H Weaver <address@hidden> skribis:
>
>> From dec2fd78c2bf9fc0081423854eee9794e7945b08 Mon Sep 17 00:00:00 2001
>> From: Mark H Weaver <address@hidden>
>> Date: Tue, 18 Feb 2014 10:34:04 -0500
>> Subject: [PATCH] gnu: shishi: Add more inputs for libidn and PAM support.
>>
>> * gnu/packages/shishi.scm (shishi): Add 'pkg-config' native-input.
>> Add 'libidn' and 'linux-pam' inputs.
>
> Does it really need libidn? Glibc is supposed to use it already
> somehow, no?
Without it, configure outputs this, which seems suboptimal:
--8<---------------cut here---------------start------------->8---
checking for libidn... no
configure: WARNING: Libidn not found. String process disabled.
checking if String processing support via Libidn should be built... no
--8<---------------cut here---------------end--------------->8---
> Otherwise OK to push.
Thanks,
Mark