From: Martin Westergaard Date: Tue, 15 Jun 2010 22:16:17 +0000 (+0200) Subject: Fixed makefile X-Git-Url: https://git.sesse.net/?p=freerainbowtables;a=commitdiff_plain;h=63262fdc3d41a9e44ecf068cd7aeaf668c233500 Fixed makefile --- 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) \