From 13925d7c7b759bc7eb38a54c972cd2c9e5b59ab9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 7 Jan 2013 11:47:47 -0800 Subject: [PATCH] - compile fixes. Fixes #1219 --- lib/coproc.h | 1 - zip/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/coproc.h b/lib/coproc.h index 56bb77529b..c0d7ed637a 100644 --- a/lib/coproc.h +++ b/lib/coproc.h @@ -242,7 +242,6 @@ struct COPROC { have_cal = false; have_opencl = false; specified_in_config = false; - available_ram = -1; req_secs = 0; req_instances = 0; opencl_device_count = 0; diff --git a/zip/Makefile.am b/zip/Makefile.am index 1d0b185744..92c46ad5dc 100644 --- a/zip/Makefile.am +++ b/zip/Makefile.am @@ -6,7 +6,7 @@ include ../Makefile.incl SUBDIRS = zip unzip -AM_CPPFLAGS += -I$(top_srcdir)/zip -I$(top_srcdir) -I$(top_srcdir)/zip/zip -I$(top_srcdir)/zip/unzip -I$(top_srcdir)/lib -DUNIX -DDLL -DUSE_ZIPMAIN -DNO_OFF_T -DNO_CRYPT -DIZ_PWLEN=80 -Dinflate=inflate_boinc -Ddeflate=deflate_boinc -Dget_crc_table=get_crc_table_boinc -Dlongest_match=longest_match_boinc -Dinflate_codes=inflate_codes_boinc +AM_CPPFLAGS += -I$(top_srcdir)/zip -I$(top_srcdir) -I$(top_srcdir)/zip/zip -I$(top_srcdir)/zip/unzip -I$(top_srcdir)/lib -DUNIX -DDLL -DUSE_ZIPMAIN -DNO_OFF_T -DNO_CRYPT -DIZ_PWLEN=80 -Dinflate=inflate_boinc -Ddeflate=deflate_boinc -Dget_crc_table=get_crc_table_boinc -Dlongest_match=longest_match_boinc -Dinflate_codes=inflate_codes_boinc -Dcrc32=crc32_boinc if INSTALL_HEADERS pkginclude_HEADERS = boinc_zip.h