Adding debian version 0~20240209-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d4f1a29c25
commit
2308adea4c
9 changed files with 113 additions and 0 deletions
15
debian/patches/debian/0001-dwz.patch
vendored
Normal file
15
debian/patches/debian/0001-dwz.patch
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
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) -march=native -fno-exceptions -gdwarf-4 -g2 -ggnu-pubnames -gsplit-dwarf
|
||||
+CFLAGS = $(WARNINGS) -march=native -fno-exceptions -gdwarf-4 -g2 -ggnu-pubnames
|
||||
CFLAGS += -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64
|
||||
CXXFLAGS = -fno-rtti -Woverloaded-virtual
|
||||
LDFLAGS = -march=native -gdwarf-4 -g2 -Wl,--build-id=sha1
|
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
debian/0001-dwz.patch
|
Loading…
Add table
Add a link
Reference in a new issue