[libvirt] [PATCH 0/4] build: Fix symbolic links usage

Andrea Bolognani abologna at redhat.com
Wed Apr 20 18:00:26 UTC 2016


This series fixes the build failures currently affecting
FreeBSD on ci.centos.org[1] and also gets rid of some behavior
deemed dangerous by the autoconf manual[2].

Tested on Fedora 23 and FreeBSD 10.3-RELEASE.


[1] https://ci.centos.org/view/libvirt-project/job/libvirt-freebsd/617/console
[2] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Particular-Programs.html

Andrea Bolognani (4):
  build: Always use $(LN_S) and $(MKDIR_P)
  build: Add AC_PROG_LN_S to configure
  build: Overwrite existing symbolic links
  build: Use $(LN_S) safely

 Makefile.am       | 2 +-
 configure.ac      | 1 +
 src/Makefile.am   | 5 ++---
 tools/Makefile.am | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.5.5




More information about the libvir-list mailing list