From 63262fdc3d41a9e44ecf068cd7aeaf668c233500 Mon Sep 17 00:00:00 2001 From: Martin Westergaard Date: Wed, 16 Jun 2010 00:16:17 +0200 Subject: [PATCH] Fixed makefile --- BOINC software/BOINC client apps/distrrtgen/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BOINC software/BOINC client apps/distrrtgen/Makefile b/BOINC software/BOINC client apps/distrrtgen/Makefile index a9db1c7..503fd08 100644 --- a/BOINC software/BOINC client apps/distrrtgen/Makefile +++ b/BOINC software/BOINC client apps/distrrtgen/Makefile @@ -6,8 +6,7 @@ BOINC_LIB_DIR = $(BOINC_DIR)/lib COMMON_LIB_DIR = /usr/lib CXXFLAGS = -g \ - -static - -DAPP_GRAPHICS \ + -static -static-libgcc \ -I$(BOINC_DIR) \ -I$(BOINC_LIB_DIR) \ -I$(BOINC_API_DIR) \ -- 2.39.2