diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 20:01:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 20:01:29 +0000 |
commit | 8e2a9a032d3fd1f5a7059ea321b4828a09d01f54 (patch) | |
tree | a4b911da430de48f37337dbdc1bc73f3387b82f0 | |
parent | Merging upstream version 0.0.2. (diff) | |
download | inotify-info-8e2a9a032d3fd1f5a7059ea321b4828a09d01f54.tar.xz inotify-info-8e2a9a032d3fd1f5a7059ea321b4828a09d01f54.zip |
Removing march.patch, not needed anymore.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0001-march.patch | 19 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/debian/0001-march.patch b/debian/patches/debian/0001-march.patch deleted file mode 100644 index c53c5a9..0000000 --- a/debian/patches/debian/0001-march.patch +++ /dev/null @@ -1,19 +0,0 @@ -Author: Daniel Baumann <daniel.baumann@progress-linux.org> -Description: Building without -march=native (Closes: #1071076). - -diff -Naurp inotify-info.orig/Makefile inotify-info/Makefile ---- inotify-info.orig/Makefile -+++ inotify-info/Makefile -@@ -33,10 +33,10 @@ ifneq ($(COMPILER),clang) - WARNINGS += -Wsuggest-attribute=format -Wall - endif - --CFLAGS = $(WARNINGS) -march=native -fno-exceptions -gdwarf-4 -g2 -ggnu-pubnames -gsplit-dwarf -+CFLAGS = $(WARNINGS) -fno-exceptions -gdwarf-4 -g2 -ggnu-pubnames -gsplit-dwarf - 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 -+LDFLAGS = -gdwarf-4 -g2 -Wl,--build-id=sha1 - LIBS = -Wl,--no-as-needed -lm -ldl -lpthread -lstdc++ - - CFILES = \ diff --git a/debian/patches/series b/debian/patches/series index 666c917..82e4be6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -debian/0001-march.patch debian/0002-dwz.patch |