Bug 5386 - p7zip 4.10
Summary: p7zip 4.10
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: p7zip (show other bugs)
Version: unstable
Hardware: all Linux
: P3 enhancement
Assignee: Andrey Semenov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-23 20:40 MSD by Denis G. Samsonenko
Modified: 2005-09-14 17:40 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)
> Собрана давно  

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