From 3c5e41599d15b1b30e93db752e8099a6697b1bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Br=C3=BCschweiler?= Date: Sun, 16 Oct 2011 12:33:34 +0200 Subject: [PATCH] GNUmakefile: add linker option --no-as-needed, fixes #266 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 29971775a4..e87ed29f98 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,7 +7,7 @@ ifdef CONFIG BUNDLE = Factor.app LIBPATH = -L/usr/X11R6/lib - CFLAGS = -Wall $(SITE_CFLAGS) + CFLAGS = -Wall -Wl,--no-as-needed $(SITE_CFLAGS) ifdef DEBUG CFLAGS += -g -DFACTOR_DEBUG