mirror of
https://github.com/LiBwrt/nss-packages.git
synced 2025-12-16 17:15:09 +00:00
11 lines
261 B
Diff
11 lines
261 B
Diff
--- 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
|
|
|