Changes between Initial Version and Version 6 of Ticket #2730
- Timestamp:
- 12/08/21 05:32:10 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2730
- Property Status changed from new to closed
- Property Resolution changed from to invalid
- Property Milestone changed from Future Releases to
-
Ticket #2730 – Description
initial v6 24 24 25 25 Version, config and build information: 26 {{{ 26 27 # LC_MESSAGES=C mc -V 27 28 GNU Midnight Commander 4.8.1 … … 37 38 Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, fish, smbfs 38 39 Data types: char: 8; int: 32; long: 32; void *: 32; size_t: 32; off_t: 64; 39 40 }}} 41 {{{ 40 42 # LC_MESSAGES=C mc -F 41 43 [System data] … … 53 55 fish: /home/jh/.local/share/mc/fish/ 54 56 Cache directory: /home/jh/.cache/mc/ 55 57 }}} 58 {{{ 56 59 # mc --configure-options 57 60 '--prefix=/usr' '--sysconfdir=/etc' '--mandir=/usr/share/man' '--enable-background' '--enable-charset' '--enable-largefile' '--with-edit' '--with-gpm-mouse' '--with-mmap' '--enable-vfs-smb' '--with-screen=slang' '--with-subshell' '--with-vfs' '--with-x' '--without-debug' '--without-gnome' '--without-included-gettext' '--libexecdir=/usr/lib' 'CFLAGS=-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu' 61 }}}