Changes between Initial Version and Version 6 of Ticket #4449
- Timestamp:
- 03/12/23 07:27:09 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4449
- Property Status changed from new to closed
- Property Version changed from master to 4.8.28
- Property Milestone changed from Future Releases to
- Property Resolution changed from to duplicate
-
Ticket #4449 – Description
initial v6 5 5 Arch Linux 6 6 7 {{{ 7 8 ~ LC_MESSAGES=C mc -V 8 9 GNU Midnight Commander 4.8.29 … … 22 23 Data types: 23 24 char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64; 25 }}} 26 {{{ 24 27 ~ LC_MESSAGES=C mc -F 25 28 Home directory: /home/soymos … … 43 46 mcedit external macros: /home/soymos/.local/share/mc/mcedit/macros.d/macro.* 44 47 Cache directory: /home/soymos/.cache/mc/ 48 }}} 49 {{{ 45 50 ~ mc --configure-options 46 51 '--prefix=/usr' '--libexecdir=/usr/lib' '--sysconfdir=/etc' '--enable-aspell' '--with-screen=slang' '--with-x' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/mc/src=/usr/src/debug/mc -flto=auto' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto' 52 }}}