Control: tags -1 + patch

Dear maintainer,

the attached patch fixes the FTBFS by moving the libs
to the end of the command line.

Regards,
  Reiner
diff -Nru abr2gbr-1.0.2/debian/patches/gcc9.patch abr2gbr-1.0.2/debian/patches/gcc9.patch
--- abr2gbr-1.0.2/debian/patches/gcc9.patch	1970-01-01 01:00:00.000000000 +0100
+++ abr2gbr-1.0.2/debian/patches/gcc9.patch	2010-08-24 10:01:53.000000000 +0200
@@ -0,0 +1,15 @@
+Author: Reiner Herrmann <rei...@reiner-h.de>
+Description: Fix FTBTS with gcc9 by moving libs to the end of the command line
+Bug-Debian: https://bugs.debian.org/925625
+
+--- a/Makefile
++++ b/Makefile
+@@ -44,7 +44,7 @@
+ 	$(CC) -o $@ $(CFLAGS) -c $<
+ 
+ $(OBJDIR)/$(BIN): $(DESTS)
+-	$(CC) -o $@ $(CFLAGS) $(LIBS) $(DESTS)
++	$(CC) -o $@ $(CFLAGS) $(DESTS) $(LIBS)
+ 	if [ ! -L $(BIN) ]; then \
+ 		ln -s $(OBJDIR)/$(BIN) .; \
+ 		ln -s $(OBJDIR)/$(BIN) jbr2gbr; \
diff -Nru abr2gbr-1.0.2/debian/patches/series abr2gbr-1.0.2/debian/patches/series
--- abr2gbr-1.0.2/debian/patches/series	2010-08-27 21:37:09.000000000 +0200
+++ abr2gbr-1.0.2/debian/patches/series	2010-08-24 10:01:53.000000000 +0200
@@ -1 +1,2 @@
 fix_compile_flags-1:1.0.2-2
+gcc9.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to