Skip to content

Commit d791c15

Browse files
neheb1715173329
authored andcommitted
perl-xml-parser: fix host expat paths
expat is installed in host, not hostpkg. Signed-off-by: Rosen Penev <[email protected]>
1 parent 47644ba commit d791c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/perl/perl-xml-parser/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ HOST_BUILD_DEPENDS:=perl/host
2525

2626
EXPAT_LIBPATH:=$(STAGING_DIR)/usr/lib
2727
EXPAT_INCPATH:=$(STAGING_DIR)/usr/include
28-
HOST_EXPAT_LIBPATH:=$(STAGING_DIR_HOSTPKG)/lib
29-
HOST_EXPAT_INCPATH:=$(STAGING_DIR_HOSTPKG)/include
28+
HOST_EXPAT_LIBPATH:=$(STAGING_DIR_HOST)/lib
29+
HOST_EXPAT_INCPATH:=$(STAGING_DIR_HOST)/include
3030

3131
include $(INCLUDE_DIR)/package.mk
3232
include $(INCLUDE_DIR)/host-build.mk

0 commit comments

Comments
 (0)