mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2026-01-27 10:41:26 +01:00
libvirt: fix PTEST_DIR
The default PTEST_DIR only works for 32bit. Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
abf0288953
commit
669c07a02f
|
|
@ -11,7 +11,7 @@ diff -uNr a/tests/Makefile.am b/tests/Makefile.am
|
|||
-I$(top_srcdir)/src/conf \
|
||||
$(GETTEXT_CPPFLAGS)
|
||||
|
||||
+PTEST_DIR ?= /usr/lib/libvirt/ptest
|
||||
+PTEST_DIR ?= $(libdir)/libvirt/ptest
|
||||
+
|
||||
AM_CFLAGS = \
|
||||
- -Dabs_builddir="\"`pwd`\"" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user