mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
f30e6ff283
Bundled libintl did not support linking to internal static libraries (libmc in our case): directly specified static libraries are not pulled by libtool and are not usable for dynamic libraries as PIC-related flags are not passed for compilation. This renders bundled libintl library unusable. The change drops libintl bundling support and always relies on external libintl (or falls back to disabled NLS). On a related note gettext-0.20 drops support for bundling or libintl and this change will ease migration to newer version. The change is tested on x86_64-gentoo-linux-musl: mc builds and links all tests successfully. A few tests fail for lack of NLS support. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
50 lines
501 B
Plaintext
50 lines
501 B
Plaintext
*.o
|
|
*.a
|
|
*.lo
|
|
*.la
|
|
*~
|
|
*.cache
|
|
*.tar.gz
|
|
ABOUT-NLS
|
|
Make.common
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
config
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
configure.mc
|
|
gettext.m4
|
|
install-sh
|
|
m4
|
|
mc.qpg
|
|
mc.spec
|
|
missing
|
|
mkinstalldirs
|
|
pkginfo
|
|
prototype
|
|
stamp-h
|
|
stamp-h?
|
|
stamp-h.in
|
|
tmpout
|
|
debug
|
|
Doxyfile
|
|
mc.kdevelop
|
|
version.h
|
|
TAGS
|
|
doc/devel/
|
|
doc/html/
|
|
.deps
|
|
libtool
|
|
make.log
|
|
make.clang
|
|
make.gcc
|
|
make.tcc
|
|
tests/src/editor/test-data.txt
|
|
tests/src/vfs/extfs/helpers-list/data/config.sh
|