Skip to content

Commit

Permalink
libxml2: Set BUILDLINK_INCDIRS correctly.
Browse files Browse the repository at this point in the history
Fixes issues seen on Ubuntu 22.04 where the base libxml2 which is
incompatible was being included.
  • Loading branch information
jperkin committed Feb 13, 2025
1 parent 2a95b74 commit 0bc50e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions textproc/libxml2/buildlink3.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ LIBXML2_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.2
BUILDLINK_ABI_DEPENDS.libxml2+= libxml2>=2.12.9nb3
BUILDLINK_INCDIRS.libxml2?= include/libxml2
BUILDLINK_PKGSRCDIR.libxml2?= ../../textproc/libxml2

BUILDLINK_FILES.libxml2+= bin/xml2-config
Expand Down

0 comments on commit 0bc50e3

Please sign in to comment.