aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/xfsprogs/files/remove_flags_from_build_flags.patch
blob: bba9a25c2419d817169474288e4d1c42468921a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: xfsprogs-4.12.0/include/builddefs.in
===================================================================
--- xfsprogs-4.12.0.orig/include/builddefs.in
+++ xfsprogs-4.12.0/include/builddefs.in
@@ -164,7 +164,7 @@ ifeq ($(ENABLE_GETTEXT),yes)
 GCFLAGS += -DENABLE_GETTEXT
 endif
 
-BUILD_CFLAGS += $(GCFLAGS) $(PCFLAGS)
+BUILD_CFLAGS += $(GCFLAGS)
 # First, Global, Platform, Local CFLAGS
 CFLAGS += $(FCFLAGS) $(OPTIMIZER) $(GCFLAGS) $(PCFLAGS) $(LCFLAGS)