diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-04-03 17:05:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-04-03 17:05:35 +0200 |
commit | affdd5dff82289e9da4c29737ec66b563e14daa7 (patch) | |
tree | 0525fb417f409467e558baa7a22df6ab818ce67c /package/libvirt/Makefile | |
parent | b9cc51c4c2c315f508459cea7da1d8433333d7a1 (diff) | |
parent | 41db567455a283a26e9fda82a5da3d44288122f3 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvirt/Makefile')
-rw-r--r-- | package/libvirt/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package/libvirt/Makefile b/package/libvirt/Makefile index 1e09ad648..392b62638 100644 --- a/package/libvirt/Makefile +++ b/package/libvirt/Makefile @@ -4,15 +4,15 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libvirt -PKG_VERSION:= 0.9.6 +PKG_VERSION:= 0.9.10 PKG_RELEASE:= 1 -PKG_MD5SUM:= b74df374b524d00a22a6c89cfc23099f +PKG_MD5SUM:= a424bb793521e637349da47e93dd5fff PKG_DESCR:= virtualization API PKG_SECTION:= libs PKG_BUILDDEP:= libxml2 gnutls python2 libpcap parted udev PKG_DEPENDS:= libxml2 libgnutls python2 libpcap libreadline PKG_DEPENDS+= libintl dmidecode kmod-netfilter-xt-target-checksum -PKG_DEPENDS+= dnsmasq qemu +PKG_DEPENDS+= dnsmasq qemu libnl PKG_URL:= http://www.libvirt.org/ PKG_SITES:= ftp://libvirt.org/libvirt/ @@ -25,6 +25,8 @@ $(eval $(call PKG_template,LIBVIRT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${P include ${TOPDIR}/mk/python.mk +TARGET_CPPFLAGS+= -I${STAGING_TARGET_DIR}/usr/include/tirpc + CONFIGURE_ENV+= gl_cv_warn__fstack_protector_all=no \ ac_cv_path_IPTABLES_PATH=/usr/sbin/iptables \ ac_cv_path_IP6TABLES_PATH=/usr/sbin/ip6tables \ |