From 4fb9923dd8ae64269c231179c72279e3f9366aa8 Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Sat, 21 Sep 2013 23:06:49 +0200 Subject: [PATCH] Added --as-needed patch from Gentoo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e682bb1..e87f54d 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ all: $(TARGET) $(TARGET): $(OBJECTS) - $(CXX) $(LNFLAGS) $(OBJECTS) -o $(TARGET) + $(CXX) $(LDFLAGS) $(OBJECTS) -o $(TARGET) $(LNFLAGS) clean: rm -f $(OBJECTS) core* *core $(TARGET) *~