X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e60c0328f00278865338525f5ad9abeb0785ca5f..a3978a4a410391558c991944340bcf6941c9c916:/target/linux/generic/patches-2.6.36/902-darwin_scripts_include.patch?ds=sidebyside diff --git a/target/linux/generic/patches-2.6.36/902-darwin_scripts_include.patch b/target/linux/generic/patches-2.6.36/902-darwin_scripts_include.patch index 864a01766..59cefe4f3 100644 --- a/target/linux/generic/patches-2.6.36/902-darwin_scripts_include.patch +++ b/target/linux/generic/patches-2.6.36/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 -@@ -144,6 +144,9 @@ check-lxdialog := $(srctree)/$(src)/lxd +@@ -147,6 +147,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))