Browse Source
Merge pull request #9673 from Ansuel/path-fix
intltool: fix broken compile on WSL
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
libs/intltool/Makefile
|
|
@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/host-build.mk |
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
|
|
|
|
|
HOST_CONFIGURE_VARS+= \
|
|
|
|
PATH=$(STAGING_DIR_HOSTPKG)/bin:$(STAGING_DIR_HOSTPKG)/usr/bin:$(PATH) |
|
|
|
PATH="$(STAGING_DIR_HOSTPKG)/bin:$(STAGING_DIR_HOSTPKG)/usr/bin:$(PATH)" |
|
|
|
|
|
|
|
define Package/intltool |
|
|
|
SECTION:=libs |
|
|
|