mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-16 16:21:53 +00:00
qca-nss-clients: fix incorrectly defined exports include directory
This commit is contained in:
parent
3dfeff28b6
commit
53162cdf9c
10
qca-nss-clients/patches/0023-mirror-fix-makefile.patch
Normal file
10
qca-nss-clients/patches/0023-mirror-fix-makefile.patch
Normal file
@ -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
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user