On Fri, Mar 28, 2014 at 10:44:16AM +0100, Olaf Hering wrote: > Index: libguestfs-1.26.0/builder/Makefile.am > =================================================================== > --- libguestfs-1.26.0.orig/builder/Makefile.am > +++ libguestfs-1.26.0/builder/Makefile.am > @@ -278,6 +278,9 @@ virt_index_validate_SOURCES = \ > virt_index_validate_CPPFLAGS = \ > -DLOCALEBASEDIR=\""$(datadir)/locale"\" > > +virt_index_validate_LDADD = \ > + -L../gnulib/lib/.libs -lgnu > + > man_MANS += virt-index-validate.1 > noinst_DATA += $(top_builddir)/html/virt-index-validate.1.html
Thanks, I pushed this change. There may be more programs that will fail to link in the same way and will need the same change. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
