File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 103103 </dependencies >
104104 </autotools >
105105
106- <autotools id =" guile2" autogen-sh =" autoreconf" autogenargs =" --disable-rpath --enable-networking --enable-nls --enable-posix --enable-regex --with-threads=no --with-modules --disable-static" >
106+ <autotools id =" guile2" autogen-sh =" autoreconf" autogenargs =" --disable-rpath --enable-networking --enable-nls --enable-posix --enable-regex --without-64-calls -- with-threads=no --with-modules --disable-static" >
107107 <branch repo =" sourceforge" module =" gnucash/Dependencies/guile-2.2.7.3-5ef31.tar.xz"
108108 version =" 2.2.7.3-5ef31" >
109109 <patch file =" guile-2.2.7.3-getpagesize-decl.patch" strip =" 0" />
Original file line number Diff line number Diff line change @@ -91,3 +91,5 @@ _cflags = os.environ['CFLAGS'] if 'CFLAGS' in os.environ else ""
9191
9292module_extra_env ['bdw-gc' ]= {'CFLAGS' :_cflags + ' -fcommon' }
9393module_extra_env ['gwenhywfar' ] = {'CFLAGS' :_cflags + " -Wno-incompatible-pointer-types" }
94+ module_extra_env ['pgsql' ] = {'CFLAGS' :_cflags + " -std=c11 -DWIN32 -D_cdecl=__cdecl" }
95+ module_extra_env ['guile2' ] = {'CFLAGS' :_cflags + '-Wno-int-conversion -Wno-implicit-function-declaration -Wno-maybe-uninitialized' }
You can’t perform that action at this time.
0 commit comments