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] Run sunrpc tests if $(build-shared) is yes


> Those sunrpc tests depend on DSO.  This patch enables them only if
> $(build-shared) is yes.  OK to install?

What exactly do they depend on?  As always, this would all go much more
smoothly if you included all the pertinent information from the beginning.

I'm guessing that what you mean is that these tests directly use the
deprecated interfaces that are no longer available for static linking.
They're only available for dynamic linking in newly-built binaries
because we explicitly link those binaries with the "linkobj" DSO.

So say that when you're proposing the change.  And say it in comments
when you add conditionalization.


Thanks,
Roland


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