]> git.sesse.net Git - qscale/blobdiff - Makefile
Link with LD=gcc; fixes a problem with missing reference to __stack_chk_fail_local.
[qscale] / Makefile
index 06689ed6d9472900e4f4f0737683af506ceafccd..80502c2a544b3d4ec69ccb5ea38aab3e02e09e3d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
 CC=gcc
+LD=gcc
 OBJS=qscale.o libqscale.o
 
 CFLAGS=-Wall -O2 -msse3 -fPIC