Amar1729 / homebrew-libguestfs

Homebrew tap for libguestfs
BSD 2-Clause "Simplified" License
4 stars 6 forks source link

hivex : update urls, libxml2 dependency #3

Closed Amar1729 closed 3 years ago

Amar1729 commented 3 years ago

so linux is having a problem with this because of libxml2 -

  1. only have on_macos do depends_on "libxml2" -> linux build fails because it can't find <libxml/xmlwriter.h>
  2. uses_from_macos "libxml2" (use system on mac, depends_on for linux) -> brew linkage fails on linux due to "unwanted system library libxml2"

so does linux want libxml2 or not? do i need to change cflags/pkgconfig/something related to get linux to pass brew linkage?