mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
perl-xml-parser: fix host expat paths
expat is installed in host, not hostpkg. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Tianling Shen
parent
47644ba468
commit
d791c150fc
@@ -25,8 +25,8 @@ HOST_BUILD_DEPENDS:=perl/host
|
||||
|
||||
EXPAT_LIBPATH:=$(STAGING_DIR)/usr/lib
|
||||
EXPAT_INCPATH:=$(STAGING_DIR)/usr/include
|
||||
HOST_EXPAT_LIBPATH:=$(STAGING_DIR_HOSTPKG)/lib
|
||||
HOST_EXPAT_INCPATH:=$(STAGING_DIR_HOSTPKG)/include
|
||||
HOST_EXPAT_LIBPATH:=$(STAGING_DIR_HOST)/lib
|
||||
HOST_EXPAT_INCPATH:=$(STAGING_DIR_HOST)/include
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
Reference in New Issue
Block a user