[roll] Roll infra/recipes [libxml2] Do not use CMAKE_INSTALL_PREFIX

Building libxml2 currently fails during the configuration step due to
CMAKE_INSTALL_PREFIX being an empty string that's passed to
`file(RELATIVE_PATH ...)` which requires an actual file path. This
updates the cmake invocation such that CMAKE_INSTALL_PREFIX is set as
the install directory and we do not set `DESTDIR` when installing.

Ideally, this would be addressed upstream in the cmake file. This is a
workaround that provides the same behavior that we currently have.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/472851
Original-Revision: 4b94c178e5ffee145b68542a70540d006808f2b6
GitOrigin-RevId: 1227fc64d79ace51826b624c1e6ca812aecae623
Change-Id: I570d42ffa6f7ed73db64085f7c1e03872630541b
1 file changed
tree: 18280a336567d91cfdc0f53ba0cc811cc945dbf3
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.