xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 1884fcb75d8873c5c986cecaf07a0fc3a5ba48a1

Don't fail if can't export dynamic symbols
This is a bugfix branch, so better to not things completely than to
cause build failures.
Author: xaizek
Author date (UTC): 2026-05-26 18:02
Committer name: xaizek
Committer date (UTC): 2026-05-26 18:02
Parent(s): 094ae2ab55033d32ac0c71d0b4441a024050b7f8
Signing key: 99DC5E4DB05F6BE2
Tree: 86347b49b5df8ddbdf272ef3a9fcef5a9e9f8523
File Lines added Lines deleted
configure 2 1
configure.ac 1 1
File configure changed (mode: 100755) (index 06023241e..e4bc3cf48)
... ... fi
9458 9458
9459 9459 fi fi
9460 9460 if test -z "$export_all_opt"; then if test -z "$export_all_opt"; then
9461 as_fn_error $? "Linker doesn't support -E flag or an equivalent." "$LINENO" 5
9461 { printf '%s\n' "$as_me:${as_lineno-$LINENO}: WARNING: Linker doesn't support -E flag or an equivalent." >&5
9462 printf '%s\n' "$as_me: WARNING: Linker doesn't support -E flag or an equivalent." >&2;}
9462 9463 fi fi
9463 9464 LDFLAGS="$LDFLAGS $export_all_opt" LDFLAGS="$LDFLAGS $export_all_opt"
9464 9465 fi fi
File configure.ac changed (mode: 100644) (index 4f9913b19..a2e101081)
... ... else
442 442 [export_all_opt=-Wl,-export_dynamic]) [export_all_opt=-Wl,-export_dynamic])
443 443 fi fi
444 444 if test -z "$export_all_opt"; then if test -z "$export_all_opt"; then
445 AC_MSG_ERROR([Linker doesn't support -E flag or an equivalent.])
445 AC_MSG_WARN([Linker doesn't support -E flag or an equivalent.])
446 446 fi fi
447 447 LDFLAGS="$LDFLAGS $export_all_opt" LDFLAGS="$LDFLAGS $export_all_opt"
448 448 fi fi
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master