Overview
Comment: | Applied patch |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | rkeene-fixcrosscompile |
Files: | files | file ages | folders |
SHA1: |
a141858eecb8f2dd655ef2802407e85c |
User & Date: | rkeene on 2016-11-22 17:58:12 |
Other Links: | branch diff | manifest | tags |
Context
2016-11-22
| ||
21:43 | Merged in several outstanding patches check-in: 6aedc8c1b5 user: rkeene tags: trunk | |
17:58 | Applied patch Closed-Leaf check-in: a141858eec user: rkeene tags: rkeene-fixcrosscompile | |
17:58 | Create new branch named "rkeene-fixcrosscompile" check-in: 4c0d71df82 user: rkeene tags: rkeene-fixcrosscompile | |
Changes
Modified Makefile.in from [9179d5accd] to [de778baab4].
︙ | |||
225 226 227 228 229 230 231 | 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 | - + | # library. In most cases these object files will correspond to the # source files above. #======================================================================== $(PKG_LIB_FILE): $(PKG_OBJECTS) -rm -f $(PKG_LIB_FILE) ${MAKE_LIB} |
︙ |
Modified configure from [701a0c22b6] to [c1aa70d493].
︙ | |||
1383 1384 1385 1386 1387 1388 1389 | 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 | + - + + + - + + | echo "${ECHO_T}$CYGPATH" >&6 else echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 fi EXEEXT=".exe" if [ -z "${TEA_PLATFORM}" ]; then |
︙ | |||
1678 1679 1680 1681 1682 1683 1684 | 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 | + - + + + - + + | case "`uname -s`" in *CYGWIN_*) echo "$as_me:$LINENO: checking for cygwin variant" >&5 echo $ECHO_N "checking for cygwin variant... $ECHO_C" >&6 case ${TCL_EXTRA_CFLAGS} in *-mwin32*|*-mno-cygwin*) if [ -z "${TEA_PLATFORM}" ]; then |
︙ | |||
10312 10313 10314 10315 10316 10317 10318 | 10320 10321 10322 10323 10324 10325 10326 10327 10328 10329 10330 10331 10332 10333 10334 | - + | PKG_LIBS="$PKG_LIBS $i" done fi if test -n "${OPENSSL}"; then |
︙ |