Index: server/buildpkgs/tclreadline/build.sh ================================================================== --- server/buildpkgs/tclreadline/build.sh +++ server/buildpkgs/tclreadline/build.sh @@ -31,11 +31,11 @@ CFLAGS="${CFLAGS} -DUSE_TCL_STUBS=1" CPPFLAGS="${CPPFLAGS} -DUSE_TCL_STUBS=1" LDFLAGS="${LDFLAGS} $(source "${TCLCONFIGDIR}/tclConfig.sh" 2>/dev/null; eval echo "${TCL_STUB_LIB_SPEC}")" export CFLAGS CPPFLAGS LDFLAGS - bash ./configure --enable-shared --with-tcl="${TCLCONFIGDIR}" --prefix="${PLATDIR}" --libdir="${PLATDIR}" --bindir="${PLATDIR}" ${CONFIGUREEXTRA} + bash ./configure --enable-shared --with-tcl="${TCLCONFIGDIR}" --with-tcl-includes="${TCLINSTDIR}/include" --prefix="${PLATDIR}" --libdir="${PLATDIR}" --bindir="${PLATDIR}" ${CONFIGUREEXTRA} ${MAKE:-make} || exit 1 ${MAKE:-make} install || exit 1