comparison src/default-octave.mk @ 4407:e9b032b9340a

octave: cross-compile gnulib time functions correctly (bug #51351) * default-octave.mk: Define gl_cv_func_tzset_clobber=no to bypass faulty configure test when cross-compiling. * octave.mk: Likewise. * stable-octave.mk: Likewise.
author Mike Miller <mtmiller@octave.org>
date Sat, 08 Jul 2017 08:55:57 -0700
parents bf358512f67e
children 0234109dc9f4
comparison
equal deleted inserted replaced
4406:ca55304a3cfd 4407:e9b032b9340a
83 endif 83 endif
84 else 84 else
85 ifeq ($(MXE_SYSTEM),mingw) 85 ifeq ($(MXE_SYSTEM),mingw)
86 $(PKG)_CROSS_CONFIG_OPTIONS := \ 86 $(PKG)_CROSS_CONFIG_OPTIONS := \
87 FLTK_CONFIG='$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)fltk-config' \ 87 FLTK_CONFIG='$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)fltk-config' \
88 gl_cv_func_gettimeofday_clobber=no 88 gl_cv_func_gettimeofday_clobber=no \
89 gl_cv_func_tzset_clobber=no
89 ifeq ($(ENABLE_64),yes) 90 ifeq ($(ENABLE_64),yes)
90 $(PKG)_ENABLE_64_CONFIGURE_OPTIONS := --enable-64 91 $(PKG)_ENABLE_64_CONFIGURE_OPTIONS := --enable-64
91 else 92 else
92 $(PKG)_ENABLE_64_CONFIGURE_OPTIONS := --disable-64 93 $(PKG)_ENABLE_64_CONFIGURE_OPTIONS := --disable-64
93 endif 94 endif