From 53162cdf9c4e1996b1360f73ceea634ee113632d Mon Sep 17 00:00:00 2001 From: Qosmio Date: Mon, 19 Feb 2024 03:00:40 -0500 Subject: [PATCH] qca-nss-clients: fix incorrectly defined exports include directory --- qca-nss-clients/patches/0023-mirror-fix-makefile.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qca-nss-clients/patches/0023-mirror-fix-makefile.patch diff --git a/qca-nss-clients/patches/0023-mirror-fix-makefile.patch b/qca-nss-clients/patches/0023-mirror-fix-makefile.patch new file mode 100644 index 0000000..a6c51af --- /dev/null +++ b/qca-nss-clients/patches/0023-mirror-fix-makefile.patch @@ -0,0 +1,10 @@ +--- a/mirror/Makefile ++++ b/mirror/Makefile +@@ -1,6 +1,6 @@ + # Makefile for NSS MIRROR + +-ccflags-y += $(NSS_CCFLAGS) -I$(obj)/../../exports ++ccflags-y += $(NSS_CCFLAGS) -I$(obj)/../exports + ccflags-y += -DNSS_MIRROR_DEBUG_LEVEL=2 + ccflags-y += -Wall -Werror +