Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgamut committed Nov 19, 2023
1 parent 7a1c7e4 commit 16e21e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions compress/zlib-1.3/superconfigure
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ rm -f $COSMOS/include/zlib.h
# go into the source folder, configure
cd zlib*/
ARCH="${ARCH:-x86_64}"
cp $COSMOS/common.cache ./config.cache
./configure --cache-file=config.cache --static --64 --prefix=$COSMOS\
./configure --static --64 --prefix=$COSMOS\
--includedir=$COSMOS/include\
--eprefix=$COSMOS/bin --libdir=$COSMOS/lib\
--archs="-arch $ARCH"
Expand Down
7 changes: 0 additions & 7 deletions vars/common.cache
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,6 @@ ac_cv_header_stat_broken=${ac_cv_header_stat_broken=no}
ac_cv_header_stdalign_h=${ac_cv_header_stdalign_h=yes}
ac_cv_header_stdarg_h=${ac_cv_header_stdarg_h=yes}
ac_cv_header_stdatomic_h=${ac_cv_header_stdatomic_h=yes}
ac_cv_header_stdbool_h=${ac_cv_header_stdbool_h=no}
ac_cv_header_stdbool_h=${ac_cv_header_stdbool_h=yes}
ac_cv_header_stdc=${ac_cv_header_stdc='yes'}
ac_cv_header_stdc=${ac_cv_header_stdc=yes}
ac_cv_header_stdckdint_h=${ac_cv_header_stdckdint_h=yes}
Expand Down Expand Up @@ -1373,8 +1371,6 @@ ac_cv_search_uuid_generate=${ac_cv_search_uuid_generate=-luuid}
ac_cv_search_yywrap=${ac_cv_search_yywrap=no}
ac_cv_search_ZSTD_minCLevel=${ac_cv_search_ZSTD_minCLevel=-lzstd}
ac_cv_should_define__xopen_source=${ac_cv_should_define__xopen_source=no}
ac_cv_sizeof_bool=${ac_cv_sizeof_bool='1'}
ac_cv_sizeof__Bool=${ac_cv_sizeof__Bool=1}
ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=8}
ac_cv_sizeof_charp=${ac_cv_sizeof_charp=8}
Expand Down Expand Up @@ -1437,9 +1433,6 @@ ac_cv_sys_year2038_opts=${ac_cv_sys_year2038_opts='none needed'}
ac_cv_type_bits16_t=${ac_cv_type_bits16_t=no}
ac_cv_type_bits32_t=${ac_cv_type_bits32_t=no}
ac_cv_type_bits64_t=${ac_cv_type_bits64_t=no}
ac_cv_type_bool=${ac_cv_type_bool='yes'}
ac_cv_type_bool=${ac_cv_type_bool=yes}
ac_cv_type__Bool=${ac_cv_type__Bool=yes}
ac_cv_type_dev_t=${ac_cv_type_dev_t=yes}
ac_cv_type___fsword_t=${ac_cv_type___fsword_t=no}
ac_cv_type_getgroups=${ac_cv_type_getgroups=gid_t}
Expand Down

0 comments on commit 16e21e2

Please sign in to comment.