[Pkg-jed-commit] [SCM] Debian packaging of JED branch, jo-upstream-fixes, updated. 7067e34ff233dc4deb3d352dc2c063c2504c7309

Jörg Sommer joerg at alea.gnuu.de
Mon Jun 16 15:48:32 UTC 2008


The following commit has been merged in the jo-upstream-fixes branch:
commit 883f3ac889295d24a81c9c1ac229dbaa738e0eaf
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Thu May 29 22:22:46 2008 +0200

    Remove linker option -lm
    
    The library math is not used by Jed. So we don't need to link with it.

diff --git a/src/Makefile.in b/src/Makefile.in
index 9b4dabe..3a33488 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -90,7 +90,7 @@ XINCLUDE = @X_CFLAGS@
 X_XTRA_LIBS = @X_EXTRA_LIBS@
 
 # Anything else???
-OTHERLIBS = @LIBS@ -lm
+OTHERLIBS = @LIBS@
 
 #---------------------------------------------------------------------------
 # There should be no need to modify anything below here.

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list