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 linking ldconfig when --enable-static-nss (with ChangeLog)


> +ifeq ($(build-static-nss),yes)
> +o-objects.o += $(addsuffix .o,$(libnss_files-routines))
> +o-objects.op += $(addsuffix .op,$(libnss_files-routines))

Why fiddle with these "internal" variables rather than just adding
to static-only-routines?


Thanks,
Roland


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