[libvirt] [PATCH] nss: properly include syms files to dist

Roman Bogorodskiy bogorodskiy at gmail.com
Sat Apr 9 14:05:12 UTC 2016


  Cole Robinson wrote:

> On 04/09/2016 01:32 AM, Roman Bogorodskiy wrote:
> > Explicitly add Linux and BSD syms files for nss to EXTRA_DIST
> > instead of using the LIBVIRT_NSS_SYMBOL_FILE variable, because its value
> > will point to either Linux or BSD syms file, but we need to ship both.
> > ---
> >  tools/Makefile.am | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> > 
> > diff --git a/tools/Makefile.am b/tools/Makefile.am
> > index 6005b8b..9cd62ae 100644
> > --- a/tools/Makefile.am
> > +++ b/tools/Makefile.am
> > @@ -473,8 +473,9 @@ lib_LTLIBRARIES = \
> >  
> >  endif WITH_NSS
> >  
> > -EXTRA_DIST += $(LIBVIRT_NSS_SYMBOL_FILE) \
> > -	$(LIBVIRT_NSS_SOURCES)
> > +EXTRA_DIST += $(LIBVIRT_NSS_SOURCES) \
> > +	$(srcdir)/nss/libvirt_nss.syms \
> > +	$(srcdir)/nss/libvirt_nss_bsd.syms
> >  
> >  clean-local:
> >  	-rm -rf wireshark/src/libvirt
> > 
> 
> ACK

Pushed, thanks!

Roman Bogorodskiy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20160409/0e2692fe/attachment-0001.sig>


More information about the libvir-list mailing list