projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcdcbdd
)
gettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Jan 2016 19:36:18 +0000
(19:36 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Jan 2016 19:36:18 +0000
(19:36 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48407
package/libs/gettext-full/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/gettext-full/Makefile
b/package/libs/gettext-full/Makefile
index 2e1cba4da47642f452ef19c842bd8b14b02e782d..d410fea50844fa83060dfc2c1fdc0c68a326044c 100644
(file)
--- a/
package/libs/gettext-full/Makefile
+++ b/
package/libs/gettext-full/Makefile
@@
-37,7
+37,7
@@
endef
TARGET_CFLAGS += $(FPIC)
ifneq ($(HOST_OS),Linux)
- TARGET_CFLAGS += -I$(STAGING_DIR
_HOST)
/include
+ TARGET_CFLAGS += -I$(STAGING_DIR
)/host
/include
endif
ifdef CONFIG_USE_MUSL
TARGET_CFLAGS += -D__UCLIBC__