Bug 5386

Summary: p7zip 4.10
Product: Sisyphus Reporter: Denis G. Samsonenko <d.g.samsonenko>
Component: p7zipAssignee: Andrey Semenov <mitrofan>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: enhancement    
Priority: P3 CC: mike
Version: unstable   
Hardware: all   
OS: Linux   

Description Denis G. Samsonenko 2004-10-23 20:40:36 MSD
Соберите,пожалуйста, в Сизиф новую версию 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
Comment 1 at@altlinux.org 2004-10-24 03:36:41 MSD
Патчить необязательно, достаточно передать LOCAL_LIBS в командной строке make:
%make_build LOCAL_LIBS=-lpthread
Comment 2 Vitaly Lipatov 2005-09-14 16:49:28 MSD
Собрана давно  
Comment 3 Denis G. Samsonenko 2005-09-14 17:40:49 MSD
(In reply to comment #2)
> Собрана давно  

Кто бы сомневался. Уже год как прошел с открытия этого бага.