* Fixed COPTS handling in OpenWRT Makefile
* libs/fastindex: fixed Makefile
This commit is contained in:
parent
a7eb2bcbac
commit
47b1f40356
2 changed files with 2 additions and 1 deletions
|
@ -419,7 +419,7 @@ ifneq ($(CONFIG_PACKAGE_luci-i18n-english),)
|
|||
endif
|
||||
|
||||
|
||||
MAKE_FLAGS += MODULES="$(PKG_SELECTED_MODULES)" LUA_TARGET="$(LUA_TARGET)" CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)"
|
||||
MAKE_FLAGS += MODULES="$(PKG_SELECTED_MODULES)" LUA_TARGET="$(LUA_TARGET)" CFLAGS="$(TARGET_CFLAGS) $(TARGET_LDFLAGS)"
|
||||
|
||||
|
||||
$(eval $(call BuildPackage,luci-core))
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
include ../../build/module.mk
|
||||
include ../../build/config.mk
|
||||
include ../../build/gccconfig.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue