Control: tags -1 + patch

Dear maintainer,

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

Regards,
  Reiner
--- xbindkeys-config-0.1.3.orig/debian/patches/gcc9.patch
+++ xbindkeys-config-0.1.3/debian/patches/gcc9.patch
@@ -0,0 +1,15 @@
+Author: Reiner Herrmann <rei...@reiner-h.de>
+Description: Fix FTBFS with gcc9 by moving libs to the end of the command line
+Bug-Debian: https://bugs.debian.org/925862
+
+--- a/Makefile
++++ b/Makefile
+@@ -15,7 +15,7 @@
+ all: main
+ 
+ main: $(OBJS)
+-	$(CC) $(GTK) $(OBJS) -o $(NOM)
++	$(CC) $(OBJS) -o $(NOM) $(GTK)
+ 
+ clean:
+ 	rm -f *.o */*.o */*~ core $(NOM) *~
only in patch2:
unchanged:
--- xbindkeys-config-0.1.3.orig/debian/patches/series
+++ xbindkeys-config-0.1.3/debian/patches/series
@@ -0,0 +1 @@
+gcc9.patch

Attachment: signature.asc
Description: PGP signature

Reply via email to