ifeq (0,${USE_SHARED})
EXTRA_LDFLAGS+= -static
endif
+CONFIGURE_ENV+= ac_cv_header_sys_termios_h=no
endif
ifeq (${USE_LIBC},system)
cp /usr/share/misc/$$x .; \
done
mkdir builddir
- cd builddir && exec env \
+ cd builddir && exec env ${CONFIGURE_ENV} \
$(foreach i,CC CFLAGS CPPFLAGS LDFLAGS,$(call shellexport,$i)) \
sh ../configure ${CONFIGURE_ARGS}
@:>$@
: retry the build, after regenerating debian/control
: with cp debian/.gencontrol_stamp debian/control
diff -Nu debian/control debian/.gencontrol_stamp
+ : you made it, no worries
@:>$@
build: build-arch build-indep