[Lunar-commits] r25901 - moonbase/trunk/utils/gpm

Auke Kok sofar at lunar-linux.org
Thu Sep 20 18:18:33 CEST 2007


Author: sofar
Date: 2007-09-20 18:18:33 +0200 (Thu, 20 Sep 2007)
New Revision: 25901

Modified:
   moonbase/trunk/utils/gpm/BUILD
Log:
Fixes compilation of gpm.
Found on LFS's page.



From:  zmcgrew at gmail.com


Modified: moonbase/trunk/utils/gpm/BUILD
===================================================================
--- moonbase/trunk/utils/gpm/BUILD	2007-09-20 16:03:34 UTC (rev 25900)
+++ moonbase/trunk/utils/gpm/BUILD	2007-09-20 16:18:33 UTC (rev 25901)
@@ -25,7 +25,7 @@
                --mandir=/usr/share/man                 &&
                
 # binary section
-  make                                                 &&
+  LDFLAGS="-lm" make                                   &&
   prepare_install                                      &&
   cp $SCRIPT_DIRECTORY/lmouse.8 /usr/share/man/man8/   &&
   make install                                         &&



More information about the Lunar-commits mailing list