On Mon, 08/15 07:46, no-re...@ec2-52-6-146-230.compute-1.amazonaws.com wrote: > /tmp/qemu-test/src/util/authz-pam.c:26:32: warning: security/pam_appl.h: No > such file or directory
Hi Daniel, I think there is an unfortunate CONFIG_ var collision you probably want to avoid: $ git grep CONFIG_PAM configure: echo "CONFIG_PAM=y" >> $config_host_mak default-configs/i386-softmmu.mak:CONFIG_PAM=y default-configs/x86_64-softmmu.mak:CONFIG_PAM=y util/Makefile.objs:$(warning $(CONFIG_PAM)) util/Makefile.objs:util-qom-obj-$(CONFIG_PAM) += authz-pam.o Fam