package gpsd
tags 340852 patch
thanks control ;)

I've fixed this in my merge of gpsd for Ubuntu.  Attached is the
(rather trivial) fix, though I suspect that a better solution would be
to notify upstream of this problem and modify ./Makefile.am and update
the autotools infrastructure accordingly.

Cheers,

Zakame

--
Zak B. Elep  ||  http://zakame.spunge.org
[EMAIL PROTECTED]  ||  [EMAIL PROTECTED]
1486 7957 454D E529 E4F1  F75E 5787 B1FD FA53 851D
diff -u gpsd-2.30/debian/rules gpsd-2.30/debian/rules
--- gpsd-2.30/debian/rules
+++ gpsd-2.30/debian/rules
@@ -51,7 +51,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(MAKE)
+	$(MAKE) LDFLAGS="$(LDFLAGS) -lm"
 
 	touch build-stamp


Reply via email to