From: Bdale Garbee Date: Wed, 9 Nov 2011 17:24:39 +0000 (-0700) Subject: patch to fix problem with -Wl,--as-needed X-Git-Tag: debian/0.1beta-23 X-Git-Url: https://git.gag.com/?p=debian%2Fyforth;a=commitdiff_plain;h=3c107a8385c64faf8fdfd872216a38efc7ec0083 patch to fix problem with -Wl,--as-needed --- diff --git a/Makefile b/Makefile index cd86be7..5e0fddb 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index f7f33fc..8a85f91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 09 Nov 2011 10:22:29 -0700 + yforth (0.1beta-22) unstable; urgency=low * add Vcs entries to the control file