summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt/libvirt_4.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/libvirt/libvirt_4.3.0.bb')
-rw-r--r--recipes-extended/libvirt/libvirt_4.3.0.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-extended/libvirt/libvirt_4.3.0.bb b/recipes-extended/libvirt/libvirt_4.3.0.bb
index e6dac5d9..194f049a 100644
--- a/recipes-extended/libvirt/libvirt_4.3.0.bb
+++ b/recipes-extended/libvirt/libvirt_4.3.0.bb
@@ -42,6 +42,12 @@ SRC_URI[libvirt.sha256sum] = "a531e22c8b985ecb2d1223b913fd6ec0f1800e3ebe02351924
42 42
43inherit autotools gettext update-rc.d pkgconfig ptest systemd 43inherit autotools gettext update-rc.d pkgconfig ptest systemd
44 44
45# Override the default set in autotools.bbclass so that we will use relative pathnames
46# to our local m4 files. This prevents an "Argument list too long" error during configuration
47# if our project is in a directory with an absolute pathname of more than about 125 characters.
48#
49acpaths = "-I ./m4"
50
45CACHED_CONFIGUREVARS += "\ 51CACHED_CONFIGUREVARS += "\
46ac_cv_path_XMLCATLOG=/usr/bin/xmlcatalog \ 52ac_cv_path_XMLCATLOG=/usr/bin/xmlcatalog \
47ac_cv_path_AUGPARSE=/usr/bin/augparse \ 53ac_cv_path_AUGPARSE=/usr/bin/augparse \