Overview
Comment: | Improved work on static linking |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a8c730ce436e49c1fb0ab1a9647b5fc8 |
User & Date: | rkeene on 2018-07-02 07:36:53 |
Other Links: | manifest | tags |
Context
2018-07-02
| ||
11:29 | Support using a different sized hash result from BLAKE2b check-in: 5b9fcbfff6 user: rkeene tags: trunk | |
07:36 | Improved work on static linking check-in: a8c730ce43 user: rkeene tags: trunk | |
07:22 | A bit more cleanup check-in: 795a02cd06 user: rkeene tags: trunk | |
Changes
Modified Makefile.in from [b3643d35be] to [6e94ddc971].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | + + - + - + - - + + + + + + | CC := @CC@ AR := @AR@ RANLIB := @RANLIB@ CFLAGS := @CFLAGS@ @SHOBJFLAGS@ CPPFLAGS := -I. -I@srcdir@/tweetnacl/ -I@srcdir@/blake2b/ -DNACL_ED25519_BLAKE2B=1 @CPPFLAGS@ @SHOBJCPPFLAGS@ @DEFS@ LDFLAGS := @LDFLAGS@ LIBS := @LIBS@ SHOBJLDFLAGS := @SHOBJLDFLAGS@ srcdir := @srcdir@ export CC CFLAGS CPPFLAGS |
︙ | |||
38 39 40 41 42 43 44 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | + + - - + + | @srcdir@/build/test/test.tcl clean: rm -f @EXTENSION_TARGET@ nano.o rm -f blake2b.o tweetnacl.o distclean: clean rm -f Makefile pkgIndex.tcl-shared pkgIndex.tcl-static nano.syms rm -f pkgIndex.tcl |
Modified configure.ac from [960aff5fc5] to [f696851fb3].
︙ | |||
75 76 77 78 79 80 81 | 75 76 77 78 79 80 81 82 | - + | DC_SETUP_STABLE_API([${srcdir}/nano.vers], nano.syms) if test "$tcl_nano_debug" = 'true'; then WEAKENSYMS=':' REMOVESYMS=':' fi dnl Produce output |
Renamed and modified pkgIndex.tcl.in [3e4b7e87f5] to pkgIndex.tcl-shared.in [ff89211977].
| 1 | - + |
|
Added pkgIndex.tcl-static.in version [5d0acdb8ab].
1 | + | package ifneeded nano @PACKAGE_VERSION@ [list load {} Nano] |