patch to fix problem with -Wl,--as-needed debian/0.1beta-23
authorBdale Garbee <bdale@gag.com>
Wed, 9 Nov 2011 17:24:39 +0000 (10:24 -0700)
committerBdale Garbee <bdale@gag.com>
Wed, 9 Nov 2011 17:24:39 +0000 (10:24 -0700)
Makefile
debian/changelog

index cd86be7203be060f04e2cbb09b63102bf0a02d0c..5e0fddb08bc741a61c4222653e91f7ff79a7e358 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ INCLUDES = block.h blocke.h config.h core.h coree.h defaults.h double.h \
        string.h tools.h toolse.h udio.h ver.h ycore.h yforth.h 
 
 yforth: div.h $(OBJECTS)
-       $(CC) $(MATHLIB) -o yforth $(OBJECTS)
+       $(CC) -o yforth $(OBJECTS) $(MATHLIB)
 
 div.h: div
        ./div 
index f7f33fcc54c2dd10227d136f472cb885ba76d545..8a85f91cc725068a598cf55c550034a6126ecb90 100644 (file)
@@ -1,3 +1,10 @@
+yforth (0.1beta-23) unstable; urgency=low
+
+  * patch from Michael Bienia via Loc Minier that moves $(MATHLIB) to the 
+    end of the linker call, closes: #648194
+
+ -- Bdale Garbee <bdale@gag.com>  Wed, 09 Nov 2011 10:22:29 -0700
+
 yforth (0.1beta-22) unstable; urgency=low
 
   * add Vcs entries to the control file