Peter Siering
2007-Nov-27 20:43 UTC
[Pkg-xen-devel] missing parameter in rules.real/Xen 3.1.2 packaging
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, while working with the current changes vor Xen 3.1.2 in SVN I came across a missing parameter ("$(CONFIG)" dropped with the latest changes) in rules.real - the following patch should fix it: - --- orig/xen-3-3.1.2/debian/rules.real 2007-11-27 20:37:54.000000000 +0000 +++ changed/xen-3-3.1.2/debian/rules.real 2007-11-27 15:56:58.000000000 +0000 @@ -57,7 +57,8 @@ $(STAMPS_DIR)/build-hypervisor_$(ARCH)_$(FLAVOUR): $(STAMPS_DIR)/ setup-hypervisor_$(ARCH)_$(FLAVOUR) $(MAKE) -C $(DIR)/xen \ XEN_COMPILE_ARCH=$(XEN_ARCH) \ - - XEN_TARGET_ARCH=$(XEN_ARCH) + XEN_TARGET_ARCH=$(XEN_ARCH) \ + $(CONFIG) touch $@ $(STAMPS_DIR)/build-utils_$(ARCH) \ I noticed it because the binary hypervisor has disabled PAE support without the change. I did not commit that, because I am not sure if this fix needs a new debian revision, because 3.1.2 is already creeping into unstable ;-) Peter -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFHTIFVoSFr3dtMR4IRAihWAJ48LauFMtIijo51kbZ4UaQLHFw6NQCfZ3IW hg5yposfc0Fvygmv65bmcMI=S5ew -----END PGP SIGNATURE-----