View | Details | Raw Unified | Return to bug 272279
Collapse All | Expand All

(-)b/net-mgmt/netdata/files/patch-Makefile.am (+29 lines)
Added Link Here
1
--- Makefile.am.orig	2023-06-17 06:42:31 UTC
2
+++ Makefile.am
3
@@ -39,7 +39,6 @@ EXTRA_DIST = \
4
     build/m4/ax_c__generic.m4 \
5
     build/m4/ax_compiler_vendor.m4 \
6
     build/m4/ax_cxx_compile_stdcxx.m4 \
7
-    ml/dlib \
8
     README.md \
9
     LICENSE \
10
     REDISTRIBUTED.md \
11
@@ -256,16 +255,15 @@ ML_FILES += \
12
     ml/ad_charts.h \
13
     ml/ad_charts.cc \
14
     ml/Config.cc \
15
-    ml/dlib/dlib/all/source.cpp \
16
     ml/ml-private.h \
17
     ml/ml.cc \
18
     $(NULL)
19
 
20
 # Disable warnings from dlib library
21
-ml/dlib/dlib/all/source.$(OBJEXT) : CXXFLAGS += -Wno-sign-compare -Wno-type-limits -Wno-aggressive-loop-optimizations -Wno-stringop-overflow -Wno-psabi
22
+# ml/dlib/dlib/all/source.$(OBJEXT) : CXXFLAGS += -Wno-sign-compare -Wno-type-limits -Wno-aggressive-loop-optimizations -Wno-stringop-overflow -Wno-psabi
23
 
24
 # Disable ml warnings
25
-ml/ml.$(OBJEXT) : CXXFLAGS += -Wno-psabi
26
+# ml/ml.$(OBJEXT) : CXXFLAGS += -Wno-psabi
27
 
28
 endif
29
 

Return to bug 272279