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 +