X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c5552ad03973839d83d32d7108f20c00f192633b..5082ee8d9816b9a69cc1a250942fb4dce5aa6357:/target/linux/generic/patches-2.6.35/902-darwin_scripts_include.patch diff --git a/target/linux/generic/patches-2.6.35/902-darwin_scripts_include.patch b/target/linux/generic/patches-2.6.35/902-darwin_scripts_include.patch index 39b6abe8d..864a01766 100644 --- a/target/linux/generic/patches-2.6.35/902-darwin_scripts_include.patch +++ b/target/linux/generic/patches-2.6.35/902-darwin_scripts_include.patch @@ -62,7 +62,7 @@ #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile -@@ -140,6 +140,9 @@ check-lxdialog := $(srctree)/$(src)/lxd +@@ -144,6 +144,9 @@ check-lxdialog := $(srctree)/$(src)/lxd # we really need to do so. (Do not call gcc as part of make mrproper) HOST_EXTRACFLAGS = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) HOST_LOADLIBES = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))