mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 05:15:39 +00:00
ChangeLog: https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/doc/CHANGES?h=v6.18.0 * Drop PACKAGECONFIG[blkid] as libblkid is now a hard requirement. * Refresh local patches. * Remove usrmerge workaround. * Remove the following patches as the issues have been fixed upstream: 0001-support-usrmerge.patch 0005-Replace-off64_t-stat64-with-off_t-stat.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
16 lines
643 B
Diff
16 lines
643 B
Diff
Upstream-Status: Pending
|
|
|
|
Index: xfsprogs-6.18.0/include/builddefs.in
|
|
===================================================================
|
|
--- xfsprogs-6.18.0.orig/include/builddefs.in
|
|
+++ xfsprogs-6.18.0/include/builddefs.in
|
|
@@ -180,7 +180,7 @@ SANITIZER_CXXFLAGS = $(SANITIZER_CFLAGS)
|
|
GCXXFLAGS = $(GCFLAGS)
|
|
PCXXFLAGS = $(PCFLAGS)
|
|
|
|
-BUILD_CFLAGS += $(GCFLAGS) $(PCFLAGS)
|
|
+BUILD_CFLAGS += $(GCFLAGS)
|
|
# First, Sanitizer, Global, Platform, Local CFLAGS
|
|
CFLAGS += $(FCFLAGS) $(SANITIZER_CFLAGS) $(OPTIMIZER) $(GCFLAGS) $(PCFLAGS) $(LCFLAGS)
|
|
CXXFLAGS += $(FCXXFLAGS) $(SANITIZER_CXXFLAGS) $(OPTIMIZER) $(GCXXFLAGS) $(PCXXFLAGS) $(LCXXFLAGS)
|