mirror of https://github.com/BOINC/boinc.git
- compile fixes. Fixes #1219
This commit is contained in:
parent
450c5592ae
commit
13925d7c7b
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue