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

Jörg Sommer joerg at alea.gnuu.de
Thu Nov 6 11:47:59 UTC 2008


The following commit has been merged in the jo-upstream-fixes branch:
commit f71acd2ed24de7bb13185f86c06eabcf22d9a689
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 ec3134a..6db1db2 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -87,7 +87,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