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

Reply via email to