Соберите,пожалуйста, в Сизиф новую версию p7zip -- 4.10. Там только для сборки надо makefile подправить на предмет флагов, иначе не собирается: diff -urN p7zip_4.10.orig/makefile.linux p7zip_4.10/makefile.linux --- p7zip_4.10.orig/makefile.linux 2004-10-23 17:27:31 +0700 +++ p7zip_4.10/makefile.linux 2004-10-23 22:47:43 +0700 @@ -7,7 +7,7 @@ CXX=g++ $(ALLFLAGS) CC=gcc $(ALLFLAGS) -#LOCAL_LIBS=-lpthread +LOCAL_LIBS=-lpthread # static linkage -LOCAL_LIBS=-static -lpthread +#LOCAL_LIBS=-static -lpthread diff -urN p7zip_4.10.orig/makefile.machine p7zip_4.10/makefile.machine --- p7zip_4.10.orig/makefile.machine 2004-10-23 18:19:32 +0700 +++ p7zip_4.10/makefile.machine 2004-10-23 22:47:53 +0700 @@ -7,7 +7,7 @@ CXX=g++ $(ALLFLAGS) CC=gcc $(ALLFLAGS) -#LOCAL_LIBS=-lpthread +LOCAL_LIBS=-lpthread # static linkage -LOCAL_LIBS=-static -lpthread +#LOCAL_LIBS=-static -lpthread
Патчить необязательно, достаточно передать LOCAL_LIBS в командной строке make: %make_build LOCAL_LIBS=-lpthread
Собрана давно
(In reply to comment #2) > Собрана давно Кто бы сомневался. Уже год как прошел с открытия этого бага.