- force paths to supermin/supermin-helper even if package is not available at buildtime

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=209
This commit is contained in:
Olaf Hering 2013-04-08 18:55:30 +00:00 committed by Git OBS Bridge
parent 2b0d4a3ae1
commit c59d75c301
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 8 20:55:11 CEST 2013 - ohering@suse.de
- force paths to supermin/supermin-helper even if package is not available at buildtime
-------------------------------------------------------------------
Tue Apr 2 14:43:33 CEST 2013 - ohering@suse.de

View File

@ -422,8 +422,11 @@ export PERLLIB=`echo $PWD/Pod-Simple-*/lib`
# disable qemu test.
# If the package is built within kvm the configure test will fail because it starts kvm within kvm
# With QEMU in environment qemu and kvm packages are not needed at build time.
# With SUPERMIN and SUPERMIN_HELPER in environment, supermin package is not needed at build time.
export vmchannel_test=no
export QEMU=/usr/bin/qemu-kvm
export SUPERMIN=supermin
export SUPERMIN_HELPER=supermin-helper
# for configure macro below
CFLAGS="$RPM_OPT_FLAGS -Wno-unused"
CXXFLAGS="$RPM_OPT_FLAGS -Wno-unused"