Source: swirc
Version: 3.5.4-1
Severity: minor
Tags: patch
Hi,
GNU Make now has a --shuffle option that simulates non-deterministic
ordering of dependencies. See https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous work in Debian by Santiago Vila: https://people.debian.org/~sanvila/make-shuffle/
This package fails to build with GNUMAKEFLAGS=--shuffle=reverse.
This patch fixes it.
--- swirc-3.5.4.orig/Makefile
+++ swirc-3.5.4/Makefile
@@ -22,6 +22,8 @@ main: $(TGTS)
include tests/recompile.mk
+$(OBJS): $(SRC_DIR)include/swircpaths.h
+
check: $(SRC_DIR)include/swircpaths.h $(OBJS)
$(RM) $(RECOMPILE)
$(Q) strip --strip-symbol=main $(SRC_DIR)main.o
Best,
Lucas
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 491 |
Nodes: | 16 (2 / 14) |
Uptime: | 105:45:41 |
Calls: | 9,684 |
Calls today: | 5 |
Files: | 13,725 |
Messages: | 6,175,398 |
Posted today: | 1 |