From 76611a30b1b912d5c5e2ab4a0818749bcb2ddad8 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Tue, 24 Jan 2012 02:09:51 +0100 Subject: [PATCH] Link with LD=gcc; fixes a problem with missing reference to __stack_chk_fail_local. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 06689ed..80502c2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ CC=gcc +LD=gcc OBJS=qscale.o libqscale.o CFLAGS=-Wall -O2 -msse3 -fPIC -- 2.39.2