1. 15 1月, 2013 6 次提交
    • J
      securityselinuxhelper.c: Don't try to include xattr.h if not available · 7ae3f2d5
      John Ferlan 提交于
      Commit 907a39e7 missed adding the WITH_ATTR around #include <attr/xattr.h>
      resulting in a build failure:
      
        CC     libsecurityselinuxhelper_la-securityselinuxhelper.lo
        securityselinuxhelper.c:27:24: fatal error: attr/xattr.h: No such file or directory
        compilation terminated.
        make[2]: *** [libsecurityselinuxhelper_la-securityselinuxhelper.lo] Error 1
        make[2]: Leaving directory `/home/jferlan/libvirt.work/tests'
        make[1]: *** [all-recursive] Error 1
        make[1]: Leaving directory `/home/jferlan/libvirt.work'
        make: *** [all] Error 2
      7ae3f2d5
    • D
      Add missing stubs to securityselinuxhelper.c · 7184af13
      Daniel P. Berrange 提交于
      Make sure we override both the raw and non-raw stubs in
      securityselinuxhelper.c. Also add diagnostics if
      securityselinuxlabeltest fails a test item
      7184af13
    • D
      Fix typo LIBCURL_{CFLAGS,LIBS} to CURL_{CFLAGS,LIBS} · 688b3ecf
      Daniel P. Berrange 提交于
      Some places missed the conversion from LIBCURL_{CFLAGS,LIBS} to
      CURL_{CFLAGS,LIBS}, and a part of curl check was left in
      configure.ac instead of m4/virt-curl.m4 by mistake
      688b3ecf
    • E
      build: work around broken kernel header · c308a9ae
      Eric Blake 提交于
      I got this scary warning during ./configure on rawhide:
      
      checking linux/if_bridge.h usability... no
      checking linux/if_bridge.h presence... yes
      configure: WARNING: linux/if_bridge.h: present but cannot be compiled
      configure: WARNING: linux/if_bridge.h:     check for missing prerequisite headers?
      configure: WARNING: linux/if_bridge.h: see the Autoconf documentation
      configure: WARNING: linux/if_bridge.h:     section "Present But Cannot Be Compiled"
      configure: WARNING: linux/if_bridge.h: proceeding with the compiler's result
      configure: WARNING:     ## ------------------------------------- ##
      configure: WARNING:     ## Report this to libvir-list@redhat.com ##
      configure: WARNING:     ## ------------------------------------- ##
      checking for linux/if_bridge.h... no
      
      * configure.ac (AC_CHECK_HEADERS): Provide struct in6_addr, since
      linux/if_bridge.h uses it without declaring it.
      c308a9ae
    • D
      Fix build due to previous LXC patch · 2ec48f7a
      Daniel P. Berrange 提交于
      Mark virDomainLxcEnterNamespace as skipped in python binding
      and remove reference to lxcDomainOpenNamespace which doesn't
      arrive until a later patch
      2ec48f7a
    • E
      maint: typo fix · cc453bb5
      Eric Blake 提交于
      I noticed this typo while configuring on a freshly-installed machine.
      
      * m4/virt-udev.m4: Correct pciaccess name.
      cc453bb5
  2. 14 1月, 2013 32 次提交
  3. 12 1月, 2013 2 次提交
    • E
      build: avoid m4_expand for RHEL 5 · 10370efb
      Eric Blake 提交于
      Problem introduced in commit cd699ed1.
      
      * m4/virt-lib.m4 (LIBVIRT_CHECK_LIB, LIBVIRT_CHECK_PKG): Set up
      direct expansions, since autoconf 2.59 lacked m4_expand.
      10370efb
    • E
      docs: mention git rename detection · a2acdb3d
      Eric Blake 提交于
      I've noticed a number of people sending patches with file
      renames not compressed, so we might as well document how to
      set this up.  (Git won't do it by default, for back-compat
      reasons)
      
      * docs/hacking.html.in: Add git config tip.
      * HACKING: Regenerate.
      a2acdb3d