This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix building with --enable-nss-crypt.


On 11/22/2016 11:57 AM, Florian Weimer wrote:
> On 11/18/2016 03:45 AM, Carlos O'Donell wrote:
>> 2016-11-17  Carlos O'Donell  <carlos@redhat.com>
>>
>>     * configure.ac: Test for static NSS cryptographic libraries and set
>>     libc_cv_static_nss_crypt.
>>     * configure: Regenerate.
>>     * config.make.in (static-nss-crypt): Define.
>>     * elf/Makefile (CFLAGS-tst-linkall-static.c): Define.
>>     [ifeq (yesno,$(nss-crypt)$(static-nss-crypt))]
>>     (CFLAGS-tst-linkall-static.c): Define.
>>     ($(objpfx)tst-linkall-static): Remove libcrypt.a.
>>     [ifeq (yesyes,$(nss-crypt)$(static-nss-crypt))]
>>     ($(objpfx)tst-linkall-static): Define.
>>     [ifeq (no,$(nss-crypt))] ($(objpfx)tst-linkall-static): Define.
>>     * elf/tst-linkall-static.c [USE_CRYPT](references): Reference crypt().
> 
> Looks okay to me.

Thanks.

Created bug 20918 because technically it's a user visible issue
with a build configuration.

Committed.

-- 
Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]