From 3c107a8385c64faf8fdfd872216a38efc7ec0083 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 9 Nov 2011 10:24:39 -0700 Subject: [PATCH] patch to fix problem with -Wl,--as-needed --- Makefile | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.30.2