Control: tags -1 + patch

Hi,

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

Regards,
  Reiner
diff -u xcalib-0.8.dfsg1/debian/rules xcalib-0.8.dfsg1/debian/rules
--- xcalib-0.8.dfsg1/debian/rules
+++ xcalib-0.8.dfsg1/debian/rules
@@ -26,7 +26,7 @@
 	dh_testdir
 	
 	$(CC) $(CFLAGS) -c xcalib.c -DXCALIB_VERSION=\"$(XCALIB_VERSION)\"
-	$(CC) $(CFLAGS) -lm -o xcalib xcalib.o -lX11 -lXxf86vm -lXext
+	$(CC) $(CFLAGS) -o xcalib xcalib.o -lm -lX11 -lXxf86vm -lXext
 	
 	touch $@
 

Attachment: signature.asc
Description: PGP signature

Reply via email to