1
0
Fork 0

Removing dwz.patch, not needed anymore.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 15:20:41 +01:00
parent cf2ff376d6
commit e0b768a929
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 0 additions and 16 deletions

View file

@ -1,15 +0,0 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Building without -gsplit-dwarf to workaround bug in dwz causing FTBFS (#1016936).
diff -Naurp inotify-info.orig/Makefile inotify-info/Makefile
--- inotify-info.orig/Makefile
+++ inotify-info/Makefile
@@ -33,7 +33,7 @@ ifneq ($(COMPILER),clang)
WARNINGS += -Wsuggest-attribute=format -Wall
endif
-CFLAGS = $(WARNINGS) -fno-exceptions -gdwarf-4 -g2 -ggnu-pubnames -gsplit-dwarf
+CFLAGS = $(WARNINGS) -fno-exceptions -gdwarf-4 -g2 -ggnu-pubnames
CFLAGS += -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64
CXXFLAGS = -fno-rtti -Woverloaded-virtual
LDFLAGS = -gdwarf-4 -g2 -Wl,--build-id=sha1

View file

@ -1 +0,0 @@
debian/0002-dwz.patch