]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: more mingw fixes
authorEric Blake <eblake@redhat.com>
Fri, 15 Feb 2013 22:39:33 +0000 (15:39 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 15 Feb 2013 22:45:52 +0000 (15:45 -0700)
commitc51c3e45d53cc1603450c64f424ae4b05f30bced
tree565a1960b75340df62f32bd67f53ebd8f3bb81e7
parent660db5bf72dcb4723fa894175c35b6010e3dfb2c
build: more mingw fixes

More mingw build failures:

  CCLD     libvirt-lxc.la
/usr/lib64/gcc/i686-w64-mingw32/4.7.2/../../../../i686-w64-mingw32/bin/ld: cannot find libvirt_lxc.def: No such file or directory

  CC       virportallocatortest-virportallocatortest.o
../../tests/virportallocatortest.c: In function 'main':
../../tests/virportallocatortest.c:195:1: error: implicit declaration of function 'setenv' [-Werror=implicit-function-declaration]

* src/Makefile.am (GENERATED_SYM_FILES): Also generate
libvirt_lxc.def.
* bootstrap.conf (gnulib_modules): Import setenv.
bootstrap.conf
src/Makefile.am