search for: githttp

Displaying 3 results from an estimated 3 matches for "githttp".

2013 Oct 14
1
Xen - 4.2.1 with libvirt-1.1.3
...ib1g-dev texlive-latex-recommended e2fslibs-dev *Download and build the source* wget http://bits.xensource.com/oss-xen/release/4.2.1/xen-4.2.1.tar.gz tar zxvf xen-4.2.1.tar.gz cd xen-4.2.1 - vi Config.mk edit the XSM_ENABLE = n --------> XSM_ENABLE= y - ./configure –enable-githttp --libdir=/usr/lib64 ( if it is 64 bit machine ) - vi ./.config # write this line -------- > PYTHON_PREFIX_ARG=--install-layout=deb # - make world - make deb - cd ./dist - ./install.sh - # Important - update-grub - ls -al /boo...
2013 Feb 13
4
[PATCH 0/3] FLASK policy build rework
These patches update the example FLASK policy shipped with Xen and enable its build if the required tools are present. The third patch requires rerunning autoconf to update tools/configure. [PATCH 1/3] flask/policy: sort dom0 accesses [PATCH 2/3] flask/policy: rework policy build system [PATCH 3/3] tools/flask: add FLASK policy to build
2013 Mar 15
22
[PATCH 00/09] arm: tools: build for arm64 and enable cross-compiling for both arm32 and arm64
The following patches shave some rough edges off the tools build system to allow cross compiling for at least arm32 and arm64 based on the Debian/Ubuntu multiarch infrastructure. They also add the necessary fixes to build for arm64 (which I have only tried cross, not native). I have posted some instructions on how to compile with these patches on the wiki: