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/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,
Florian


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